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

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp86 SmallSet<unsigned,8> &PhysRefs,
90 SmallSet<unsigned,8> &PhysRefs,
195 SmallSet<unsigned,8> &PhysRefs,
198 // First, add all uses to PhysRefs.
211 PhysRefs.insert(*AI);
214 // Next, collect all defs into PhysDefs. If any is already in PhysRefs
227 // Check against PhysRefs even if the def is "dead".
228 if (PhysRefs.count(Reg))
237 // Finally, add all defs to PhysRefs as well.
240 PhysRefs
193 hasLivePhysRegDefUses(const MachineInstr *MI, const MachineBasicBlock *MBB, SmallSet<unsigned,8> &PhysRefs, SmallVectorImpl<unsigned> &PhysDefs, bool &PhysUseDef) const argument
245 PhysRegDefsReach(MachineInstr *CSMI, MachineInstr *MI, SmallSet<unsigned,8> &PhysRefs, SmallVectorImpl<unsigned> &PhysDefs, bool &NonLocal) const argument
480 SmallSet<unsigned, 8> PhysRefs; local
[all...]

Completed in 40 milliseconds