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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopopts.cpp1979 VectorSet& not_peel, Node_List& sink_list, Node_List& worklist ) {
1986 if ( not_peel.test(use->_idx) &&
1999 not_peel <<= n_clone->_idx; // add n_clone to not_peel set.
2038 // Validate the loop partition sets: peel and not_peel
2040 VectorSet& not_peel ) {
2048 // Check at loop members are in one of peel set or not_peel set
2054 if (not_peel.test(di)) {
2068 } else if (not_peel.test(di)) {
2426 VectorSet not_peel(are
1978 clone_for_special_use_inside_loop( IdealLoopTree *loop, Node* n, VectorSet& not_peel, Node_List& sink_list, Node_List& worklist ) argument
[all...]

Completed in 39 milliseconds