Home
last modified time | relevance | path

Searched refs:LRBegin (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp162 const CfgVector<InstNumberT> &LRBegin, in livenessValidateIntervals() argument
174 Str << "LR def without use, instruction " << LRBegin[VarNum] in livenessValidateIntervals()
216 CfgVector<InstNumberT> LRBegin(Vars.size(), Inst::NumberSentinel); in initForInfOnly() local
229 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()
DIceRegAlloc.h76 const CfgVector<InstNumberT> &LRBegin,