Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCSE.cpp123 bool isPhysDefTriviallyDead(MCRegister Reg,
226 bool MachineCSE::isPhysDefTriviallyDead( in isPhysDefTriviallyDead() function in MachineCSE
320 if (!MO.isDead() && !isPhysDefTriviallyDead(Reg.asMCReg(), I, MBB->end())) in hasLivePhysRegDefUses()