Searched refs:LRBegin (Results 1 – 2 of 2) sorted by relevance
162 const CfgVector<InstNumberT> &LRBegin, in livenessValidateIntervals() argument174 Str << "LR def without use, instruction " << LRBegin[VarNum] in livenessValidateIntervals()216 CfgVector<InstNumberT> LRBegin(Vars.size(), Inst::NumberSentinel); in initForInfOnly() local229 if (!Var->getIsArg() && LRBegin[VarNum] == Inst::NumberSentinel) in initForInfOnly()236 if (LRBegin[Var->getIndex()] == Inst::NumberSentinel) { in initForInfOnly()237 LRBegin[Var->getIndex()] = Instr.getNumber(); in initForInfOnly()251 if (LRBegin[i] != Inst::NumberSentinel) { in initForInfOnly()258 Var->addLiveRange(LRBegin[i], LREnd[i]); in initForInfOnly()269 if (!livenessValidateIntervals(DefsWithoutUses, UsesBeforeDefs, LRBegin, in initForInfOnly()281 Str << "LR def without use, instruction " << LRBegin[VarNum] in initForInfOnly()
76 const CfgVector<InstNumberT> &LRBegin,