Home | History | Annotate | Download | only in compiler

Lines Matching refs:IsLoopHeader

1102     if (!block->IsLoopHeader()) {
1333 if (block->IsLoopHeader()) {
1961 block->IsLoopHeader() ? block : code()->GetContainingLoop(block);
2107 if (block == end_block && !end_block->IsLoopHeader()) return end;