Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCSE.cpp128 bool isPhysDefTriviallyDead(MCRegister Reg,
231 bool MachineCSE::isPhysDefTriviallyDead( in isPhysDefTriviallyDead() function in MachineCSE
328 if (!MO.isDead() && !isPhysDefTriviallyDead(Reg.asMCReg(), I, MBB->end())) in hasLivePhysRegDefUses()