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

References

include/llvm/IR/Instruction.h
  201     case Instruction::Resume:
include/llvm/IR/Instructions.h
 4193     return I->getOpcode() == Instruction::Resume;
lib/Analysis/ValueTracking.cpp
 3968   case Instruction::Resume:
lib/AsmParser/LLLexer.cpp
  872   INSTKEYWORD(resume,      Resume);
lib/Bitcode/Writer/BitcodeWriter.cpp
 2784   case Instruction::Resume:
lib/CodeGen/TargetLoweringBase.cpp
 1584   case Resume:         return 0;
lib/IR/Instruction.cpp
  300   case Resume: return "resume";
lib/IR/Instructions.cpp
  898     : Instruction(Type::getVoidTy(RI.getContext()), Instruction::Resume,
  904     : Instruction(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
  910     : Instruction(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
lib/Transforms/IPO/Attributor.cpp
  781         (unsigned)Instruction::CatchSwitch, (unsigned)Instruction::Resume};
 4701     case Instruction::Resume: