Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCSE.cpp692 for (const auto &PhysDef : PhysDefs) in ProcessBlockCSE() local
693 if (!MI.getOperand(PhysDef.first).isDead()) in ProcessBlockCSE()
694 CSMI->getOperand(PhysDef.first).setIsDead(false); in ProcessBlockCSE()