Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp131 bool isPhysDefTriviallyDead(MCRegister Reg,
232 bool MachineCSE::isPhysDefTriviallyDead( in isPhysDefTriviallyDead() function in MachineCSE
327 if (!MO.isDead() && !isPhysDefTriviallyDead(Reg.asMCReg(), I, MBB->end())) in hasLivePhysRegDefUses()