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

  /art/compiler/optimizing/
nodes.cc 234 void HLoopInformation::PopulateRecursive(HBasicBlock* block) {
242 PopulateRecursive(block->GetPredecessors().Get(i));
261 PopulateRecursive(back_edge);
nodes.h 246 void PopulateRecursive(HBasicBlock* block);
    [all...]

Completed in 66 milliseconds