Searched refs:next_head (Results 1 - 1 of 1) sorted by relevance

/openjdk10/hotspot/src/share/vm/opto/
H A DloopTransform.cpp2550 Node* next_head = _next->_head; local
2551 if (!next_head->is_CountedLoop()) {
2555 CountedLoopNode* main_head = next_head->as_CountedLoop();

Completed in 88 milliseconds