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

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

Completed in 54 milliseconds