HomeSort by relevance Sort by last modified time
    Searched refs:PopulateIrreducibleRecursive (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
nodes.cc 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);
    [all...]
nodes.h 741 void PopulateIrreducibleRecursive(HBasicBlock* block, ArenaBitVector* finalized);
    [all...]

Completed in 601 milliseconds