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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp431 BlockList _work_list; // temporary list (used in mark_loops and compute_order)
456 void mark_loops();
517 mark_loops();
604 void ComputeLinearScanOrder::mark_loops() { function in class:ComputeLinearScanOrder
H A Dc1_GraphBuilder.cpp49 // fields used by mark_loops
76 void mark_loops();
77 int mark_loops(BlockBegin* b, bool in_subroutine);
110 mark_loops();
352 void BlockListBuilder::mark_loops() { function in class:BlockListBuilder
362 mark_loops(_bci2block->at(0), false);
385 int BlockListBuilder::mark_loops(BlockBegin* block, bool in_subroutine) { function in class:BlockListBuilder
408 loop_state |= mark_loops(block->sux_at(i), in_subroutine);

Completed in 43 milliseconds