Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCSE.cpp85 bool isPhysDefTriviallyDead(unsigned Reg,
175 MachineCSE::isPhysDefTriviallyDead(unsigned Reg, in isPhysDefTriviallyDead() function in MachineCSE
257 if (!MO.isDead() && !isPhysDefTriviallyDead(Reg, I, MBB->end())) in hasLivePhysRegDefUses()