reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/CloneFunction.cpp
  340     if (!isa<PHINode>(NewInst)) {
  341       RemapInstruction(NewInst, VMap,
  348               SimplifyInstruction(NewInst, BB->getModule()->getDataLayout())) {
  355         if (!NewInst->mayHaveSideEffects()) {
  357           NewInst->deleteValue();
  364       NewInst->setName(II->getName()+NameSuffix);
  365     VMap[&*II] = NewInst; // Add instruction map to value.
  366     NewBB->getInstList().push_back(NewInst);
  372           CodeInfo->OperandBundleCallSites.push_back(NewInst);