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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegisterCoalescer.cpp430 LiveInterval::iterator ALR = IntA.FindLiveRangeContaining(CopyUseIdx); local
432 if (ALR == IntA.end()) return false;
433 VNInfo *AValNo = ALR->valno;
489 if (ALR->end == CopyIdx)
642 // If ALR and BLR overlaps and end of BLR extends beyond end of ALR, e.g.

Completed in 158 milliseconds