Searched refs:LREnd (Results 1 – 3 of 3) sorted by relevance
139 LiveRange::const_iterator LREnd = LR->end(); in collectInterferingVRegs() local142 assert(LRI != LREnd && "Reached end of LR"); in collectInterferingVRegs()167 if (LRI == LREnd) in collectInterferingVRegs()
163 const CfgVector<InstNumberT> &LREnd) const { in livenessValidateIntervals()179 Str << "LR use before def, instruction " << LREnd[VarNum] << ", variable " in livenessValidateIntervals()217 CfgVector<InstNumberT> LREnd(Vars.size(), Inst::NumberSentinel); in initForInfOnly() local228 LREnd[VarNum] = Instr.getNumber(); in initForInfOnly()252 if (LREnd[i] == Inst::NumberSentinel) { in initForInfOnly()258 Var->addLiveRange(LRBegin[i], LREnd[i]); in initForInfOnly()270 LREnd)) { in initForInfOnly()286 Str << "LR use before def, instruction " << LREnd[VarNum] in initForInfOnly()
77 const CfgVector<InstNumberT> &LREnd) const;