Searched refs:GetActiveBlocks (Results 1 – 4 of 4) sorted by relevance
176 for (HBasicBlock* blk : graph->GetActiveBlocks()) { in CollectPartialEscapes()
233 for (HBasicBlock* block : GetActiveBlocks()) { in ClearDominanceInformation()241 for (HBasicBlock* block : GetActiveBlocks()) { in ClearLoopInformation()1748 for (HBasicBlock* block : graph_->GetActiveBlocks()) { in FOR_EACH_CONCRETE_INSTRUCTION()
2902 max_preds_per_block_((*std::max_element(GetGraph()->GetActiveBlocks().begin(), in PartialLoadStoreEliminationHelper()2903 GetGraph()->GetActiveBlocks().end(), in PartialLoadStoreEliminationHelper()
441 IterationRange<FilterNull<ArenaVector<HBasicBlock*>::const_iterator>> GetActiveBlocks() const { in GetActiveBlocks() function