Home
last modified time | relevance | path

Searched refs:liveAt (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h211 return LR.liveAt(getMBBStartIdx(mbb)); in isLiveInToMBB()
216 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot()); in isLiveOutOfMBB()
DLiveInterval.h330 bool liveAt(SlotIndex index) const { in liveAt() function
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DRegisterCoalescer.cpp903 if (SrcInt->liveAt(Idx)) in eliminateUndefCopy()
906 if (DstInt->liveAt(Idx)) in eliminateUndefCopy()
927 if (DstInt->liveAt(Idx)) in eliminateUndefCopy()
964 Reads = DstInt->liveAt(LIS->getInstructionIndex(UseMI)); in updateRegDefsUses()
DMachineBasicBlock.cpp876 if (!LI.liveAt(PrevIndex)) in SplitCriticalEdge()
879 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge()
DPHIElimination.cpp641 if (LI.liveAt(LIS->getMBBStartIdx(*SI))) in isLiveOutPastPHIs()
DSplitKit.cpp962 if (Edit->getParent().liveAt(LastUse)) { in extendPHIKillRanges()
1010 if (!Edit->getParent().liveAt(Idx)) in rewriteAssigned()
DMachineVerifier.cpp970 if (MI->mayLoad() && !LI.liveAt(Idx.getRegSlot(true))) { in visitMachineOperand()
974 if (MI->mayStore() && !LI.liveAt(Idx.getRegSlot())) { in visitMachineOperand()