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

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp742 LiveInterval::iterator SrcLR = SrcInt.FindLiveRangeContaining(CopyIdx); local
743 assert(SrcLR != SrcInt.end() && "Live range not found!");
744 VNInfo *ValNo = SrcLR->valno;

Completed in 120 milliseconds