Searched refs:PhysRefs (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 110 SmallSet<MCRegister, 8> &PhysRefs, 113 const SmallSet<MCRegister, 8> &PhysRefs, 125 bool isPRECandidate(MachineInstr *MI, SmallSet<MCRegister, 8> &PhysRefs); 286 SmallSet<MCRegister, 8> &PhysRefs, in hasLivePhysRegDefUses() argument 300 PhysRefs.insert(*AI); in hasLivePhysRegDefUses() 317 if (PhysRefs.count(Reg.asMCReg())) in hasLivePhysRegDefUses() 329 PhysRefs.insert(*AI); in hasLivePhysRegDefUses() 331 return !PhysRefs.empty(); in hasLivePhysRegDefUses() 335 const SmallSet<MCRegister, 8> &PhysRefs, in PhysRegDefsReach() argument 389 if (PhysRefs.count(MOReg.asMCReg())) in PhysRegDefsReach() [all …]
|