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 41 Value *GetExceptionObject(ResumeInst *RI);
69 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) {
109 SmallVector<ResumeInst*, 16> Resumes;
112 if (ResumeInst *RI = dyn_cast<ResumeInst>(TI))
136 ResumeInst *RI = Resumes.front();
153 // Extract the exception object from the ResumeInst and add it to the PHI node
155 for (SmallVectorImpl<ResumeInst*>::iterator
157 ResumeInst *RI = *I;
ShadowStackGC.cpp 119 if (!isa<ReturnInst>(TI) && !isa<ResumeInst>(TI))
155 ResumeInst *RI = ResumeInst::Create(LPad, CleanupBB);
SjLjEHPrepare.cpp 466 } else if (ResumeInst *RI = dyn_cast<ResumeInst>(I)) {
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
IRBuilder.h 540 ResumeInst *CreateResume(Value *Exn) {
541 return Insert(ResumeInst::Create(Exn));
    [all...]
  /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 461 return isa<ResumeInst>(this);
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 104 if (CheckUnwind && isa<ResumeInst>(BB->getTerminator())) {
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 85 void forwardResume(ResumeInst *RI,
144 void InvokeInliningInfo::forwardResume(ResumeInst *RI,
263 if (ResumeInst *RI = dyn_cast<ResumeInst>(BB->getTerminator()))
    [all...]
SimplifyCFG.cpp 103 bool SimplifyResume(ResumeInst *RI, IRBuilder<> &Builder);
    [all...]
  /external/llvm/include/llvm/
InstVisitor.h 170 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);}
  /external/llvm/lib/Analysis/
PathNumbering.cpp 389 isa<ResumeInst>(terminator))
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 468 void visitResume(const ResumeInst &I);
SelectionDAGBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 652 } else if (isa<llvm::ResumeInst>(&*BI)) {
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 746 if (!CannotRemove && (isa<ReturnInst>(TI) || isa<ResumeInst>(TI)))
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]

Completed in 267 milliseconds