Home | History | Annotate | Download | only in optimizing

Lines Matching refs:PopulateIrreducibleRecursive

598 void HLoopInformation::PopulateIrreducibleRecursive(HBasicBlock* block, ArenaBitVector* finalized) {
615 PopulateIrreducibleRecursive(pre_header, finalized);
624 PopulateIrreducibleRecursive(back_edge, finalized);
631 PopulateIrreducibleRecursive(predecessor, finalized);
669 PopulateIrreducibleRecursive(back_edge, &visited);