< prev index next >

src/share/vm/opto/loopnode.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 518,529 **** bool policy_align( PhaseIdealLoop *phase ) const; // Return TRUE if "iff" is a range check. bool is_range_check_if(IfNode *iff, PhaseIdealLoop *phase, Invariance& invar) const; ! // Compute loop exact trip count if possible ! void compute_exact_trip_count( PhaseIdealLoop *phase ); // Compute loop trip count from profile data void compute_profile_trip_cnt( PhaseIdealLoop *phase ); // Reassociate invariant expressions. --- 518,529 ---- bool policy_align( PhaseIdealLoop *phase ) const; // Return TRUE if "iff" is a range check. bool is_range_check_if(IfNode *iff, PhaseIdealLoop *phase, Invariance& invar) const; ! // Compute loop trip count if possible ! void compute_trip_count(PhaseIdealLoop* phase); // Compute loop trip count from profile data void compute_profile_trip_cnt( PhaseIdealLoop *phase ); // Reassociate invariant expressions.
< prev index next >