Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCSE.cpp454 SmallVector<unsigned, 2> ImplicitDefsToUpdate; in ProcessBlock() local
546 ImplicitDefsToUpdate.push_back(i); in ProcessBlock()
597 for (unsigned i = 0, e = ImplicitDefsToUpdate.size(); i != e; ++i) in ProcessBlock()
598 CSMI->getOperand(ImplicitDefsToUpdate[i]).setIsDead(false); in ProcessBlock()
646 ImplicitDefsToUpdate.clear(); in ProcessBlock()