HomeSort by relevance Sort by last modified time
    Searched refs:ResumeInst (Results 1 - 22 of 22) sorted by null

  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 42 Value *GetExceptionObject(ResumeInst *RI);
70 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) {
110 SmallVector<ResumeInst*, 16> Resumes;
113 if (ResumeInst *RI = dyn_cast<ResumeInst>(TI))
137 ResumeInst *RI = Resumes.front();
154 // Extract the exception object from the ResumeInst and add it to the PHI node
156 for (SmallVectorImpl<ResumeInst*>::iterator
158 ResumeInst *RI = *I;
ShadowStackGC.cpp 120 if (!isa<ReturnInst>(TI) && !isa<ResumeInst>(TI))
156 ResumeInst *RI = ResumeInst::Create(LPad, CleanupBB);
SjLjEHPrepare.cpp 467 } else if (ResumeInst *RI = dyn_cast<ResumeInst>(I)) {
  /external/llvm/lib/IR/
Instructions.cpp 662 // ResumeInst Implementation
665 ResumeInst::ResumeInst(const ResumeInst &RI)
667 OperandTraits<ResumeInst>::op_begin(this), 1) {
671 ResumeInst::ResumeInst(Value *Exn, Instruction *InsertBefore)
673 OperandTraits<ResumeInst>::op_begin(this), 1, InsertBefore) {
677 ResumeInst::ResumeInst(Value *Exn, BasicBlock *InsertAtEnd
    [all...]
Instruction.cpp 444 return isa<ResumeInst>(this);
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 105 if (CheckUnwind && isa<ResumeInst>(BB->getTerminator())) {
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 86 void forwardResume(ResumeInst *RI,
145 void InvokeInliningInfo::forwardResume(ResumeInst *RI,
252 if (ResumeInst *RI = dyn_cast<ResumeInst>(BB->getTerminator()))
    [all...]
SimplifyCFG.cpp 106 bool SimplifyResume(ResumeInst *RI, IRBuilder<> &Builder);
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
InstVisitor.h 170 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);}
IRBuilder.h 599 ResumeInst *CreateResume(Value *Exn) {
600 return Insert(ResumeInst::Create(Exn));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 693 void visitResume(const ResumeInst &I);
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 139 bool visitResumeInst(ResumeInst &RI);
849 bool CallAnalyzer::visitResumeInst(ResumeInst &RI) {
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 740 } else if (isa<llvm::ResumeInst>(&*BI)) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]

Completed in 1637 milliseconds