Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCSE.cpp133 SmallSet<MCRegister, 8> &PhysRefs,
136 SmallSet<MCRegister, 8> &PhysRefs,
148 bool isPRECandidate(MachineInstr *MI, SmallSet<MCRegister, 8> &PhysRefs);
290 SmallSet<MCRegister, 8> &PhysRefs, in hasLivePhysRegDefUses() argument
306 PhysRefs.insert(*AI); in hasLivePhysRegDefUses()
323 if (PhysRefs.count(Reg.asMCReg())) in hasLivePhysRegDefUses()
336 PhysRefs.insert(*AI); in hasLivePhysRegDefUses()
338 return !PhysRefs.empty(); in hasLivePhysRegDefUses()
342 SmallSet<MCRegister, 8> &PhysRefs, in PhysRegDefsReach() argument
397 if (PhysRefs.count(MOReg.asMCReg())) in PhysRegDefsReach()
[all …]