Searched refs:intervalIsInOneMBB (Results 1 – 8 of 8) sorted by relevance
192 bool IsLocal = VirtReg.empty() || LIS->intervalIsInOneMBB(VirtReg); in canEvictInterferenceBasedOnCost()265 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterferenceBasedOnCost()
607 const bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in loadInterferenceFeatures()652 LocalIntfs += (IsLocal && LIS->intervalIsInOneMBB(*Intf) && in loadInterferenceFeatures()
346 if (LI.empty() || LIS->intervalIsInOneMBB(LI)) in addMBBLiveIns()
810 LiveIntervals::intervalIsInOneMBB(const LiveInterval &LI) const { in intervalIsInOneMBB() function in LiveIntervals906 if (MachineBasicBlock *MBB = intervalIsInOneMBB(LI)) { in checkRegMaskInterference()
333 LIS->intervalIsInOneMBB(LI)) { in getPriority()1808 if (LIS->intervalIsInOneMBB(VirtReg)) { in trySplit()
2289 if (!LIS->intervalIsInOneMBB(RHS)) { in joinReservedPhysReg()3971 return LIS->intervalIsInOneMBB(LIS->getInterval(SrcReg)) in isLocalCopy()3972 || LIS->intervalIsInOneMBB(LIS->getInterval(DstReg)); in isLocalCopy()
333 if (!LIS.intervalIsInOneMBB(SnipLI)) in isSnippet()
298 MachineBasicBlock *intervalIsInOneMBB(const LiveInterval &LI) const;