Home
last modified time | relevance | path

Searched refs:hasInterval (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h109 if (hasInterval(Reg)) in getInterval()
119 bool hasInterval(unsigned Reg) const { in hasInterval() function
125 assert(!hasInterval(Reg) && "Interval already exists!"); in createEmptyInterval()
DLiveStackAnalysis.h73 bool hasInterval(int Slot) const { in hasInterval() function
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp966 if (LiveStks && LiveStks->hasInterval(MO->getIndex()) && in visitMachineOperand()
1027 if (LiveInts->hasInterval(Reg)) { in checkLiveness()
1086 if (LiveInts->hasInterval(Reg)) { in checkLiveness()
1334 if (!LiveInts->hasInterval(Reg)) { in verifyLiveIntervals()
DLiveRangeEdit.cpp324 if (LIS.hasInterval(Reg) && MRI.reg_nodbg_empty(Reg)) { in eliminateDeadDef()
DStackSlotColoring.cpp156 if (!LS->hasInterval(FI)) in ScanForSpillSlotRefs()
DLiveDebugVariables.cpp596 if (!LIS.hasInterval(DstReg)) in addDefsFromCopies()
661 if (LIS.hasInterval(Loc.getReg())) { in computeIntervals()
DLiveIntervalAnalysis.cpp151 if (hasInterval(Reg)) in print()
1094 !hasInterval(MOI->getReg())) { in repairIntervalsInRange()
DInlineSpiller.cpp700 if (!LIS.hasInterval(SVI.SpillReg)) { in hoistSpill()
981 if (!LIS.hasInterval(Reg)) in reMaterializeAll()
DMachineBasicBlock.cpp883 if (PHISrcRegs.count(Reg) || !LIS->hasInterval(Reg)) in SplitCriticalEdge()