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

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp193 InterferenceCache::Cursor Intf; member in struct:__anon2305::RAGreedy::GlobalSplitCandidate
202 Intf.setPhysReg(Cache, Reg);
586 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; local
587 assert(TargetRegisterInfo::isVirtualRegister(Intf->reg) &&
590 if (getStage(*Intf) == RS_Done)
599 (Intf->isSpillable() ||
601 RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(Intf->reg)));
603 unsigned IntfCascade = ExtraRegInfo[Intf->reg].Cascade;
612 bool BreaksHint = VRM->hasPreferredPhys(Intf->reg);
615 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf
663 LiveInterval *Intf = Intfs[i]; local
757 addSplitConstraints(InterferenceCache::Cursor Intf, BlockFrequency &Cost) argument
815 addThroughConstraints(InterferenceCache::Cursor Intf, ArrayRef<unsigned> Blocks) argument
[all...]
H A DRegAllocBasic.cpp181 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; local
182 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight)
184 Intfs.push_back(Intf);

Completed in 82 milliseconds