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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp85 bool isPhysDefTriviallyDead(unsigned Reg,
174 MachineCSE::isPhysDefTriviallyDead(unsigned Reg, function in class:MachineCSE
253 if (!MO.isDead() && !isPhysDefTriviallyDead(Reg, I, MBB->end()))

Completed in 101 milliseconds