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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_ValueMap.cpp330 LoopInvariantCodeMotion::LoopInvariantCodeMotion(ShortLoopOptimizer *slo, GlobalValueNumbering* gvn, BlockBegin* loop_header, BlockList* loop_blocks) argument
432 process(BlockBegin* loop_header) argument
[all...]
H A Dc1_RangeCheckElimination.cpp344 bool RangeCheckEliminator::loop_invariant(BlockBegin *loop_header, Instruction *instruction) { argument
780 void RangeCheckEliminator::process_access_indexed(BlockBegin *loop_header, BlockBegin *block, AccessIndexed *ai) { argument
925 calc_bounds(BlockBegin *block, BlockBegin *loop_header) argument
[all...]
H A Dc1_IR.cpp696 BlockBegin *loop_header = _loop_headers.at(i); local

Completed in 46 milliseconds