Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.cpp192 bool IsLocal = VirtReg.empty() || LIS->intervalIsInOneMBB(VirtReg); in canEvictInterferenceBasedOnCost()
265 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterferenceBasedOnCost()
H A DMLRegallocEvictAdvisor.cpp539 const bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in loadInterferenceFeatures()
584 LocalIntfs += (IsLocal && LIS->intervalIsInOneMBB(*Intf) && in loadInterferenceFeatures()
H A DVirtRegMap.cpp346 if (LI.empty() || LIS->intervalIsInOneMBB(LI)) in addMBBLiveIns()
H A DLiveIntervals.cpp822 LiveIntervals::intervalIsInOneMBB(const LiveInterval &LI) const { in intervalIsInOneMBB() function in LiveIntervals
918 if (MachineBasicBlock *MBB = intervalIsInOneMBB(LI)) { in checkRegMaskInterference()
H A DRegAllocGreedy.cpp313 LIS->intervalIsInOneMBB(*LI)) { in enqueue()
1619 if (LIS->intervalIsInOneMBB(VirtReg)) { in trySplit()
H A DRegisterCoalescer.cpp2212 if (!LIS->intervalIsInOneMBB(RHS)) { in joinReservedPhysReg()
3892 return LIS->intervalIsInOneMBB(LIS->getInterval(SrcReg)) in isLocalCopy()
3893 || LIS->intervalIsInOneMBB(LIS->getInterval(DstReg)); in isLocalCopy()
H A DInlineSpiller.cpp290 if (SnipLI.getNumValNums() > 2 || !LIS.intervalIsInOneMBB(SnipLI)) in isSnippet()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h291 MachineBasicBlock *intervalIsInOneMBB(const LiveInterval &LI) const;