Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h297 MachineBasicBlock *intervalIsInOneMBB(const LiveInterval &LI) const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp713 LIS->intervalIsInOneMBB(*LI)) { in enqueue()
874 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in canEvictInterference()
937 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterference()
2453 if (LIS->intervalIsInOneMBB(VirtReg)) { in trySplit()
H A DVirtRegMap.cpp320 if (LI.empty() || LIS->intervalIsInOneMBB(LI)) in addMBBLiveIns()
H A DLiveIntervals.cpp815 LiveIntervals::intervalIsInOneMBB(const LiveInterval &LI) const { in intervalIsInOneMBB() function in LiveIntervals
894 if (MachineBasicBlock *MBB = intervalIsInOneMBB(LI)) { in checkRegMaskInterference()
H A DRegisterCoalescer.cpp2016 if (!LIS->intervalIsInOneMBB(RHS)) { in joinReservedPhysReg()
3423 return LIS->intervalIsInOneMBB(LIS->getInterval(SrcReg)) in isLocalCopy()
3424 || LIS->intervalIsInOneMBB(LIS->getInterval(DstReg)); in isLocalCopy()
H A DInlineSpiller.cpp280 if (SnipLI.getNumValNums() > 2 || !LIS.intervalIsInOneMBB(SnipLI)) in isSnippet()