Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h297 MachineBasicBlock *intervalIsInOneMBB(const LiveInterval &LI) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp753 LIS->intervalIsInOneMBB(*LI)) { in enqueue()
924 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in canEvictInterference()
995 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterference()
2475 if (LIS->intervalIsInOneMBB(VirtReg)) { in trySplit()
H A DVirtRegMap.cpp330 if (LI.empty() || LIS->intervalIsInOneMBB(LI)) in addMBBLiveIns()
H A DLiveIntervals.cpp824 LiveIntervals::intervalIsInOneMBB(const LiveInterval &LI) const { in intervalIsInOneMBB() function in LiveIntervals
918 if (MachineBasicBlock *MBB = intervalIsInOneMBB(LI)) { in checkRegMaskInterference()
H A DRegisterCoalescer.cpp2185 if (!LIS->intervalIsInOneMBB(RHS)) { in joinReservedPhysReg()
3775 return LIS->intervalIsInOneMBB(LIS->getInterval(SrcReg)) in isLocalCopy()
3776 || LIS->intervalIsInOneMBB(LIS->getInterval(DstReg)); in isLocalCopy()
H A DInlineSpiller.cpp297 if (SnipLI.getNumValNums() > 2 || !LIS.intervalIsInOneMBB(SnipLI)) in isSnippet()