Searched refs:intervalIsInOneMBB (Results 1 – 9 of 9) sorted by relevance
193 bool IsLocal = VirtReg.empty() || LIS->intervalIsInOneMBB(VirtReg); in canEvictInterferenceBasedOnCost()266 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterferenceBasedOnCost()
610 const bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in loadInterferenceFeatures()655 LocalIntfs += (IsLocal && LIS->intervalIsInOneMBB(*Intf) && in loadInterferenceFeatures()
346 if (LI.empty() || LIS->intervalIsInOneMBB(LI)) in addMBBLiveIns()
835 LiveIntervals::intervalIsInOneMBB(const LiveInterval &LI) const { in intervalIsInOneMBB() function in LiveIntervals931 if (MachineBasicBlock *MBB = intervalIsInOneMBB(LI)) { in checkRegMaskInterference()
331 LIS->intervalIsInOneMBB(LI)) { in getPriority()1806 if (LIS->intervalIsInOneMBB(VirtReg)) { in trySplit()
2289 if (!LIS->intervalIsInOneMBB(RHS)) { in joinReservedPhysReg()3978 return LIS->intervalIsInOneMBB(LIS->getInterval(SrcReg)) in isLocalCopy()3979 || LIS->intervalIsInOneMBB(LIS->getInterval(DstReg)); in isLocalCopy()
333 if (!LIS.intervalIsInOneMBB(SnipLI)) in isSnippet()
309 MachineBasicBlock *intervalIsInOneMBB(const LiveInterval &LI) const;