Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LVI

1072   for (LiveIntervals::const_iterator LVI = LiveInts->begin(),
1073 LVE = LiveInts->end(); LVI != LVE; ++LVI) {
1074 const LiveInterval &LI = *LVI->second;
1085 assert(LVI->first == LI.reg && "Invalid reg to interval mapping");