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.h1048 void AddBackEdgeUses(const HBasicBlock& block_at_use) { in AddBackEdgeUses() argument
1049 DCHECK(block_at_use.IsInLoop()); in AddBackEdgeUses()
1050 if (block_at_use.GetGraph()->HasIrreducibleLoops()) { in AddBackEdgeUses()
1064 for (HLoopInformationOutwardIterator it(block_at_use); in AddBackEdgeUses()
1087 : current == block_at_use.GetLoopInformation()) in AddBackEdgeUses()