Searched refs:isPhysDefTriviallyDead (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineCSE.cpp | 80 bool isPhysDefTriviallyDead(unsigned Reg, 150 MachineCSE::isPhysDefTriviallyDead(unsigned Reg, in isPhysDefTriviallyDead() function in MachineCSE 207 (MO.isDead() || isPhysDefTriviallyDead(Reg, I, MBB->end()))) in hasLivePhysRegDefUses()
|
/external/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 85 bool isPhysDefTriviallyDead(unsigned Reg, 174 MachineCSE::isPhysDefTriviallyDead(unsigned Reg, in isPhysDefTriviallyDead() function in MachineCSE 253 if (!MO.isDead() && !isPhysDefTriviallyDead(Reg, I, MBB->end())) in hasLivePhysRegDefUses()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 107 bool isPhysDefTriviallyDead(unsigned Reg, 198 MachineCSE::isPhysDefTriviallyDead(unsigned Reg, in isPhysDefTriviallyDead() function in MachineCSE 276 if (!MO.isDead() && !isPhysDefTriviallyDead(Reg, I, MBB->end())) in hasLivePhysRegDefUses()
|