Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.cpp193 bool IsLocal = VirtReg.empty() || LIS->intervalIsInOneMBB(VirtReg); in canEvictInterferenceBasedOnCost()
266 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterferenceBasedOnCost()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp610 const bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in loadInterferenceFeatures()
655 LocalIntfs += (IsLocal && LIS->intervalIsInOneMBB(*Intf) && in loadInterferenceFeatures()
H A DVirtRegMap.cpp346 if (LI.empty() || LIS->intervalIsInOneMBB(LI)) in addMBBLiveIns()
H A DLiveIntervals.cpp835 LiveIntervals::intervalIsInOneMBB(const LiveInterval &LI) const { in intervalIsInOneMBB() function in LiveIntervals
931 if (MachineBasicBlock *MBB = intervalIsInOneMBB(LI)) { in checkRegMaskInterference()
H A DRegAllocGreedy.cpp331 LIS->intervalIsInOneMBB(LI)) { in getPriority()
1806 if (LIS->intervalIsInOneMBB(VirtReg)) { in trySplit()
H A DRegisterCoalescer.cpp2289 if (!LIS->intervalIsInOneMBB(RHS)) { in joinReservedPhysReg()
3978 return LIS->intervalIsInOneMBB(LIS->getInterval(SrcReg)) in isLocalCopy()
3979 || LIS->intervalIsInOneMBB(LIS->getInterval(DstReg)); in isLocalCopy()
H A DInlineSpiller.cpp333 if (!LIS.intervalIsInOneMBB(SnipLI)) in isSnippet()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h309 MachineBasicBlock *intervalIsInOneMBB(const LiveInterval &LI) const;