Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h111 if (hasInterval(Reg)) in getInterval()
121 bool hasInterval(unsigned Reg) const { in hasInterval() function
127 assert(!hasInterval(Reg) && "Interval already exists!"); in createEmptyInterval()
DLiveStackAnalysis.h74 bool hasInterval(int Slot) const { return S2IMap.count(Slot); } in hasInterval() function
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp986 if (LiveStks && LiveStks->hasInterval(MO->getIndex()) && in visitMachineOperand()
1072 if (LiveInts->hasInterval(Reg)) { in checkLiveness()
1161 if (LiveInts->hasInterval(Reg)) { in checkLiveness()
1409 if (!LiveInts->hasInterval(Reg)) { in verifyLiveIntervals()
DLiveRangeEdit.cpp328 if (LIS.hasInterval(Reg) && MRI.reg_nodbg_empty(Reg)) { in eliminateDeadDef()
DStackSlotColoring.cpp156 if (!LS->hasInterval(FI)) in ScanForSpillSlotRefs()
DLiveDebugVariables.cpp616 if (!LIS.hasInterval(DstReg)) in addDefsFromCopies()
681 if (LIS.hasInterval(Loc.getReg())) { in computeIntervals()
DInlineSpiller.cpp702 if (!LIS.hasInterval(SVI.SpillReg)) { in hoistSpill()
994 if (!LIS.hasInterval(Reg)) in reMaterializeAll()
DLiveIntervalAnalysis.cpp165 if (hasInterval(Reg)) in print()
1401 !hasInterval(MOI->getReg())) { in repairIntervalsInRange()
DMachineBasicBlock.cpp922 if (PHISrcRegs.count(Reg) || !LIS->hasInterval(Reg)) in SplitCriticalEdge()