Searched refs:PhysRefs (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 136 SmallSet<MCRegister, 8> &PhysRefs, 139 SmallSet<MCRegister, 8> &PhysRefs, 151 bool isPRECandidate(MachineInstr *MI, SmallSet<MCRegister, 8> &PhysRefs); 291 SmallSet<MCRegister, 8> &PhysRefs, in hasLivePhysRegDefUses() argument 305 PhysRefs.insert(*AI); in hasLivePhysRegDefUses() 322 if (PhysRefs.count(Reg.asMCReg())) in hasLivePhysRegDefUses() 335 PhysRefs.insert(*AI); in hasLivePhysRegDefUses() 337 return !PhysRefs.empty(); in hasLivePhysRegDefUses() 341 SmallSet<MCRegister, 8> &PhysRefs, in PhysRegDefsReach() argument 396 if (PhysRefs.count(MOReg.asMCReg())) in PhysRegDefsReach() [all …]
|