Searched refs:CSMI (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 93 bool PhysRegDefsReach(MachineInstr *CSMI, MachineInstr *MI, 99 MachineInstr *CSMI, MachineInstr *MI); 265 bool MachineCSE::PhysRegDefsReach(MachineInstr *CSMI, MachineInstr *MI, in PhysRegDefsReach() argument 273 const MachineBasicBlock *CSMBB = CSMI->getParent(); in PhysRegDefsReach() 288 MachineBasicBlock::const_iterator I = CSMI; I = std::next(I); in PhysRegDefsReach() 367 MachineInstr *CSMI, MachineInstr *MI) { in isProfitableToCSE() argument 393 MachineBasicBlock *CSBB = CSMI->getParent(); in isProfitableToCSE() 512 MachineInstr *CSMI = Exps[CSVN]; in ProcessBlock() local 513 if (PhysRegDefsReach(CSMI, MI, PhysRefs, PhysDefs, CrossMBBPhysDef)) in ProcessBlock() 526 MachineInstr *CSMI = Exps[CSVN]; in ProcessBlock() local [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineCSE.cpp | 86 bool PhysRegDefsReach(MachineInstr *CSMI, MachineInstr *MI, 90 MachineInstr *CSMI, MachineInstr *MI); 217 bool MachineCSE::PhysRegDefsReach(MachineInstr *CSMI, MachineInstr *MI, in PhysRegDefsReach() argument 222 if (CSMI->getParent() != MBB) in PhysRegDefsReach() 224 MachineBasicBlock::const_iterator I = CSMI; I = llvm::next(I); in PhysRegDefsReach() 284 MachineInstr *CSMI, MachineInstr *MI) { in isProfitableToCSE() argument 291 MachineBasicBlock *CSBB = CSMI->getParent(); in isProfitableToCSE() 405 MachineInstr *CSMI = Exps[CSVN]; in ProcessBlock() local 406 if (PhysRegDefsReach(CSMI, MI, PhysRefs)) in ProcessBlock() 418 MachineInstr *CSMI = Exps[CSVN]; in ProcessBlock() local [all …]
|