Home
last modified time | relevance | path

Searched refs:LREnd (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervalUnion.cpp139 LiveRange::const_iterator LREnd = LR->end(); in collectInterferingVRegs() local
142 assert(LRI != LREnd && "Reached end of LR"); in collectInterferingVRegs()
167 if (LRI == LREnd) in collectInterferingVRegs()
/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp163 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() local
228 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()
DIceRegAlloc.h77 const CfgVector<InstNumberT> &LREnd) const;