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

References

tools/polly/lib/Support/ScopHelper.cpp
  270     if (!Inst || !R.contains(Inst))
  270     if (!Inst || !R.contains(Inst))
  273     assert(!Inst->mayThrow() && !Inst->mayReadOrWriteMemory() &&
  273     assert(!Inst->mayThrow() && !Inst->mayReadOrWriteMemory() &&
  274            !isa<PHINode>(Inst));
  276     auto *InstClone = Inst->clone();
  277     for (auto &Op : Inst->operands()) {
  284     InstClone->setName(Name + Inst->getName());