Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCSE.cpp128 SmallSet<MCRegister, 8> &PhysRefs,
131 SmallSet<MCRegister, 8> &PhysRefs,
283 SmallSet<MCRegister, 8> &PhysRefs, in hasLivePhysRegDefUses() argument
298 PhysRefs.insert(*AI); in hasLivePhysRegDefUses()
315 if (PhysRefs.count(Reg.asMCReg())) in hasLivePhysRegDefUses()
328 PhysRefs.insert(*AI); in hasLivePhysRegDefUses()
330 return !PhysRefs.empty(); in hasLivePhysRegDefUses()
334 SmallSet<MCRegister, 8> &PhysRefs, in PhysRegDefsReach() argument
389 if (PhysRefs.count(MOReg.asMCReg())) in PhysRegDefsReach()
560 SmallSet<MCRegister, 8> PhysRefs; in ProcessBlockCSE() local
[all …]