Home
last modified time | relevance | path

Searched refs:intervalIsInOneMBB (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegAllocEvictionAdvisor.cpp192 bool IsLocal = VirtReg.empty() || LIS->intervalIsInOneMBB(VirtReg); in canEvictInterferenceBasedOnCost()
265 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterferenceBasedOnCost()
DMLRegallocEvictAdvisor.cpp589 const bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in loadInterferenceFeatures()
634 LocalIntfs += (IsLocal && LIS->intervalIsInOneMBB(*Intf) && in loadInterferenceFeatures()
DVirtRegMap.cpp346 if (LI.empty() || LIS->intervalIsInOneMBB(LI)) in addMBBLiveIns()
DLiveIntervals.cpp816 LiveIntervals::intervalIsInOneMBB(const LiveInterval &LI) const { in intervalIsInOneMBB() function in LiveIntervals
912 if (MachineBasicBlock *MBB = intervalIsInOneMBB(LI)) { in checkRegMaskInterference()
DRegAllocGreedy.cpp328 LIS->intervalIsInOneMBB(LI)) { in getPriority()
1708 if (LIS->intervalIsInOneMBB(VirtReg)) { in trySplit()
DRegisterCoalescer.cpp2218 if (!LIS->intervalIsInOneMBB(RHS)) { in joinReservedPhysReg()
3898 return LIS->intervalIsInOneMBB(LIS->getInterval(SrcReg)) in isLocalCopy()
3899 || LIS->intervalIsInOneMBB(LIS->getInterval(DstReg)); in isLocalCopy()
DInlineSpiller.cpp293 if (!LIS.intervalIsInOneMBB(SnipLI)) in isSnippet()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DLiveIntervals.h291 MachineBasicBlock *intervalIsInOneMBB(const LiveInterval &LI) const;