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

/art/compiler/optimizing/
H A Dnodes.cc598 void HLoopInformation::PopulateIrreducibleRecursive(HBasicBlock* block, ArenaBitVector* finalized) { function in class:art::HLoopInformation
615 PopulateIrreducibleRecursive(pre_header, finalized);
624 PopulateIrreducibleRecursive(back_edge, finalized);
631 PopulateIrreducibleRecursive(predecessor, finalized);
669 PopulateIrreducibleRecursive(back_edge, &visited);
H A Dnodes.h741 void PopulateIrreducibleRecursive(HBasicBlock* block, ArenaBitVector* finalized);

Completed in 19 milliseconds