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

/art/compiler/optimizing/
H A Dsuperblock_cloner.cc400 void SuperblockCloner::SearchForSubgraphExits(ArenaVector<HBasicBlock*>* exits) { argument
401 DCHECK(exits->empty());
406 exits->push_back(succ);
414 ArenaVector<HBasicBlock*> exits(arena_->Adapter(kArenaAllocSuperblockCloner));
415 SearchForSubgraphExits(&exits);
419 // the common most outer loop of loops to which the subgraph exits blocks belong.
421 for (HBasicBlock* exit : exits) {
H A Dsuperblock_cloner.h206 // Fills the 'exits' vector with the subgraph exits.
207 void SearchForSubgraphExits(ArenaVector<HBasicBlock*>* exits);

Completed in 40 milliseconds