Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCSE.cpp422 SmallVector<unsigned, 2> ImplicitDefsToUpdate; in ProcessBlock() local
505 ImplicitDefsToUpdate.push_back(i); in ProcessBlock()
543 for (unsigned i = 0, e = ImplicitDefsToUpdate.size(); i != e; ++i) in ProcessBlock()
544 CSMI->getOperand(ImplicitDefsToUpdate[i]).setIsDead(false); in ProcessBlock()
569 ImplicitDefsToUpdate.clear(); in ProcessBlock()