Searched refs:block_at_use (Results 1 – 1 of 1) sorted by relevance
1046 void AddBackEdgeUses(const HBasicBlock& block_at_use) { in AddBackEdgeUses() argument1047 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()