Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCSE.cpp124 SmallSet<MCRegister, 8> &PhysRefs,
127 SmallSet<MCRegister, 8> &PhysRefs,
279 SmallSet<MCRegister, 8> &PhysRefs, in hasLivePhysRegDefUses() argument
294 PhysRefs.insert(*AI); in hasLivePhysRegDefUses()
311 if (PhysRefs.count(Reg.asMCReg())) in hasLivePhysRegDefUses()
324 PhysRefs.insert(*AI); in hasLivePhysRegDefUses()
326 return !PhysRefs.empty(); in hasLivePhysRegDefUses()
330 SmallSet<MCRegister, 8> &PhysRefs, in PhysRegDefsReach() argument
385 if (PhysRefs.count(MOReg.asMCReg())) in PhysRegDefsReach()
559 SmallSet<MCRegister, 8> PhysRefs; in ProcessBlockCSE() local
[all …]