Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.cpp248 bool IsLocal = VirtReg.empty() || LIS->intervalIsInOneMBB(VirtReg); in canEvictInterferenceBasedOnCost()
321 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterferenceBasedOnCost()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp677 const bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in loadInterferenceFeatures()
732 LocalIntfs += (IsLocal && LIS->intervalIsInOneMBB(*Intf) && in loadInterferenceFeatures()
H A DVirtRegMap.cpp416 if (LI.empty() || LIS->intervalIsInOneMBB(LI)) in addMBBLiveIns()
H A DLiveIntervals.cpp860 LiveIntervals::intervalIsInOneMBB(const LiveInterval &LI) const { in intervalIsInOneMBB() function in LiveIntervals
964 if (MachineBasicBlock *MBB = intervalIsInOneMBB(LI)) { in checkRegMaskInterference()
H A DRegisterCoalescer.cpp2349 if (!LIS->intervalIsInOneMBB(RHS)) { in joinReservedPhysReg()
4036 return LIS->intervalIsInOneMBB(LIS->getInterval(SrcReg)) || in isLocalCopy()
4037 LIS->intervalIsInOneMBB(LIS->getInterval(DstReg)); in isLocalCopy()
H A DRegAllocGreedy.cpp459 LIS->intervalIsInOneMBB(LI)) { in getPriority()
1943 if (LIS->intervalIsInOneMBB(VirtReg)) { in trySplit()
H A DInlineSpiller.cpp332 if (!LIS.intervalIsInOneMBB(SnipLI)) in isSnippet()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h319 LLVM_ABI MachineBasicBlock *intervalIsInOneMBB(const LiveInterval &LI) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc16651 …s18intervalIsInOneMBBERKNS_12LiveIntervalE", "llvm::LiveIntervals::intervalIsInOneMBB(llvm::LiveIn…