Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineCSE.cpp80 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/
DMachineCSE.cpp85 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/
DMachineCSE.cpp107 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()