Searched refs:Intf (Results 1 – 2 of 2) sorted by relevance
359 InterferenceCache::Cursor Intf; member368 Intf.setPhysReg(Cache, Reg); in reset()945 for (LiveInterval *Intf : reverse(Q.interferingVRegs())) { in canEvictInterference()946 assert(Register::isVirtualRegister(Intf->reg()) && in canEvictInterference()952 if (FixedRegisters.count(Intf->reg())) in canEvictInterference()956 if (getStage(*Intf) == RS_Done) in canEvictInterference()966 (Intf->isSpillable() || in canEvictInterference()969 MRI->getRegClass(Intf->reg()))); in canEvictInterference()971 unsigned IntfCascade = ExtraRegInfo[Intf->reg()].Cascade; in canEvictInterference()980 bool BreaksHint = VRM->hasPreferredPhys(Intf->reg()); in canEvictInterference()[all …]
220 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; in spillInterferences() local221 if (!Intf->isSpillable() || Intf->weight() > VirtReg.weight()) in spillInterferences()223 Intfs.push_back(Intf); in spillInterferences()