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.h1004 void AddBackEdgeUses(const HBasicBlock& block_at_use) { in AddBackEdgeUses() argument
1005 DCHECK(block_at_use.IsInLoop()); in AddBackEdgeUses()
1006 if (block_at_use.GetGraph()->HasIrreducibleLoops()) { in AddBackEdgeUses()
1013 DCHECK(IsLinearOrderWellFormed(*block_at_use.GetGraph())); in AddBackEdgeUses()
1022 for (HLoopInformationOutwardIterator it(block_at_use); in AddBackEdgeUses()
1058 DCHECK_EQ(current, block_at_use.GetLoopInformation()); in AddBackEdgeUses()