Searched refs:Intf (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp254 InterferenceCache::Cursor Intf; member in struct:__anon25792::RAGreedy::GlobalSplitCandidate
263 Intf.setPhysReg(Cache, Reg);
703 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; local
704 assert(TargetRegisterInfo::isVirtualRegister(Intf->reg) &&
707 if (getStage(*Intf) == RS_Done)
716 (Intf->isSpillable() ||
718 RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(Intf->reg)));
720 unsigned IntfCascade = ExtraRegInfo[Intf->reg].Cascade;
729 bool BreaksHint = VRM->hasPreferredPhys(Intf->reg);
732 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf
780 LiveInterval *Intf = Intfs[i]; local
875 addSplitConstraints(InterferenceCache::Cursor Intf, BlockFrequency &Cost) argument
933 addThroughConstraints(InterferenceCache::Cursor Intf, ArrayRef<unsigned> Blocks) argument
[all...]
H A DRegAllocBasic.cpp180 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; local
181 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight)
183 Intfs.push_back(Intf);

Completed in 70 milliseconds