Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h1046 void AddBackEdgeUses(const HBasicBlock& block_at_use) { in AddBackEdgeUses() argument
1047 DCHECK(block_at_use.IsInLoop()); in AddBackEdgeUses()
1048 if (block_at_use.GetGraph()->HasIrreducibleLoops()) { in AddBackEdgeUses()
1062 for (HLoopInformationOutwardIterator it(block_at_use); in AddBackEdgeUses()
1085 : current == block_at_use.GetLoopInformation()) in AddBackEdgeUses()