Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc267 for (HBasicBlock* block : GetActiveBlocks()) { in ClearDominanceInformation()
276 for (HBasicBlock* block : GetActiveBlocks()) { in ClearLoopInformation()
1679 for (HBasicBlock* block : graph_->GetActiveBlocks()) { in FOR_EACH_CONCRETE_INSTRUCTION()
Dnodes.h449 IterationRange<FilterNull<ArenaVector<HBasicBlock*>::const_iterator>> GetActiveBlocks() const { in GetActiveBlocks() function