Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRegAllocEvictionAdvisor.cpp193 bool IsLocal = VirtReg.empty() || LIS->intervalIsInOneMBB(VirtReg); in canEvictInterferenceBasedOnCost()
266 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterferenceBasedOnCost()
HDMLRegAllocEvictAdvisor.cpp610 const bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in loadInterferenceFeatures()
655 LocalIntfs += (IsLocal && LIS->intervalIsInOneMBB(*Intf) && in loadInterferenceFeatures()
HDVirtRegMap.cpp346 if (LI.empty() || LIS->intervalIsInOneMBB(LI)) in addMBBLiveIns()
HDLiveIntervals.cpp835 LiveIntervals::intervalIsInOneMBB(const LiveInterval &LI) const { in intervalIsInOneMBB() function in LiveIntervals
931 if (MachineBasicBlock *MBB = intervalIsInOneMBB(LI)) { in checkRegMaskInterference()
HDRegAllocGreedy.cpp331 LIS->intervalIsInOneMBB(LI)) { in getPriority()
1806 if (LIS->intervalIsInOneMBB(VirtReg)) { in trySplit()
HDRegisterCoalescer.cpp2289 if (!LIS->intervalIsInOneMBB(RHS)) { in joinReservedPhysReg()
3978 return LIS->intervalIsInOneMBB(LIS->getInterval(SrcReg)) in isLocalCopy()
3979 || LIS->intervalIsInOneMBB(LIS->getInterval(DstReg)); in isLocalCopy()
HDInlineSpiller.cpp333 if (!LIS.intervalIsInOneMBB(SnipLI)) in isSnippet()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveIntervals.h309 MachineBasicBlock *intervalIsInOneMBB(const LiveInterval &LI) const;