Searched refs:ALR (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp450 LiveInterval::iterator ALR = IntA.FindLiveRangeContaining(CopyUseIdx); local
452 if (ALR == IntA.end()) return false;
453 VNInfo *AValNo = ALR->valno;
509 if (ALR->end == CopyIdx)
662 // If ALR and BLR overlaps and end of BLR extends beyond end of ALR, e.g.

Completed in 110 milliseconds