Home
last modified time | relevance | path

Searched refs:GetActiveBlocks (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dload_store_analysis.cc176 for (HBasicBlock* blk : graph->GetActiveBlocks()) { in CollectPartialEscapes()
Dnodes.cc233 for (HBasicBlock* block : GetActiveBlocks()) { in ClearDominanceInformation()
241 for (HBasicBlock* block : GetActiveBlocks()) { in ClearLoopInformation()
1748 for (HBasicBlock* block : graph_->GetActiveBlocks()) { in FOR_EACH_CONCRETE_INSTRUCTION()
Dload_store_elimination.cc2902 max_preds_per_block_((*std::max_element(GetGraph()->GetActiveBlocks().begin(), in PartialLoadStoreEliminationHelper()
2903 GetGraph()->GetActiveBlocks().end(), in PartialLoadStoreEliminationHelper()
Dnodes.h441 IterationRange<FilterNull<ArenaVector<HBasicBlock*>::const_iterator>> GetActiveBlocks() const { in GetActiveBlocks() function