Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCSE.cpp677 for (const auto &PhysDef : PhysDefs) in ProcessBlockCSE() local
678 if (!MI.getOperand(PhysDef.first).isDead()) in ProcessBlockCSE()
679 CSMI->getOperand(PhysDef.first).setIsDead(false); in ProcessBlockCSE()