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