Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCSE.cpp90 SmallSet<unsigned,8> &PhysRefs,
94 SmallSet<unsigned,8> &PhysRefs,
219 SmallSet<unsigned,8> &PhysRefs, in hasLivePhysRegDefUses() argument
235 PhysRefs.insert(*AI); in hasLivePhysRegDefUses()
252 if (PhysRefs.count(Reg)) in hasLivePhysRegDefUses()
264 PhysRefs.insert(*AI); in hasLivePhysRegDefUses()
266 return !PhysRefs.empty(); in hasLivePhysRegDefUses()
270 SmallSet<unsigned,8> &PhysRefs, in PhysRegDefsReach() argument
325 if (PhysRefs.count(MOReg)) in PhysRegDefsReach()
499 SmallSet<unsigned, 8> PhysRefs; in ProcessBlock() local
[all …]