Searched refs:PhysRegDefsReach (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 135 bool PhysRegDefsReach(MachineInstr *CSMI, MachineInstr *MI, 341 bool MachineCSE::PhysRegDefsReach(MachineInstr *CSMI, MachineInstr *MI, in PhysRegDefsReach() function in MachineCSE 591 if (PhysRegDefsReach(CSMI, &MI, PhysRefs, PhysDefs, CrossMBBPhysDef)) in ProcessBlockCSE() 871 !PhysRegDefsReach(&*(CMBB->getFirstTerminator()), &MI, PhysRefs, in ProcessBlockPRE()
|