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

/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp81 bool isPhysDefTriviallyDead(unsigned Reg,
151 MachineCSE::isPhysDefTriviallyDead(unsigned Reg, function in class:MachineCSE
233 if (!MO.isDead() && !isPhysDefTriviallyDead(Reg, I, MBB->end()))

Completed in 46 milliseconds