Searched defs:peel (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopopts.cpp2038 // Validate the loop partition sets: peel and not_peel
2039 bool PhaseIdealLoop::is_valid_loop_partition( IdealLoopTree *loop, VectorSet& peel, Node_List& peel_list, argument
2042 // Check that peel_list entries are in the peel set
2044 if (!peel.test(peel_list.at(i)->_idx)) {
2048 // Check at loop members are in one of peel set or not_peel set
2052 // Check that peel set elements are in peel_list
2053 if (peel.test(di)) {
2069 if (peel.test(di)) {
2117 // Partially peel (aka loop rotation) the top portion of a loop (called
2118 // the peel sectio
[all...]

Completed in 39 milliseconds