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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
UnifyFunctionExitNodes.cpp 58 else if (isa<UnwindInst>(I->getTerminator()))
70 new UnwindInst(F.getContext(), UnwindBlock);
LowerInvoke.cpp 196 } else if (UnwindInst *UI = dyn_cast<UnwindInst>(BB->getTerminator())) {
407 SmallVector<UnwindInst*,16> Unwinds;
418 } else if (UnwindInst *UI = dyn_cast<UnwindInst>(BB->getTerminator())) {
InlineFunction.cpp 637 if (UnwindInst *UI = dyn_cast<UnwindInst>(BB->getTerminator())) {
638 // An UnwindInst requires special handling when it gets inlined into an
    [all...]
CloneFunction.cpp 63 CodeInfo->ContainsUnwinds |= isa<UnwindInst>(BB->getTerminator());
306 CodeInfo->ContainsUnwinds |= isa<UnwindInst>(OldTI);
SimplifyCFG.cpp 68 bool SimplifyUnwind(UnwindInst *UI, IRBuilder<> &Builder);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
DwarfEHPrepare.cpp 487 if (isa<UnwindInst>(bi))
517 if (isa<UnwindInst>(RI))
528 if (isa<UnwindInst>(RI))
531 if (isa<UnwindInst>(RI))
SjLjEHPrepare.cpp 405 SmallVector<UnwindInst*,16> Unwinds;
417 } else if (UnwindInst *UI = dyn_cast<UnwindInst>(BB->getTerminator())) {
    [all...]
ShadowStackGC.cpp 119 if (!isa<UnwindInst>(TI) && !isa<ReturnInst>(TI) &&
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 165 RetTy visitUnwindInst(UnwindInst &I) { DELEGATE(TerminatorInst);}
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.h 168 void visitUnwindInst(UnwindInst &I);
Execution.cpp 628 void Interpreter::visitUnwindInst(UnwindInst &I) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PruneEH.cpp 104 if (CheckUnwind && (isa<UnwindInst>(BB->getTerminator()) ||
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 74 class UnwindInst;
474 void visitUnwind(const UnwindInst &I);
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp 635 // UnwindInst Implementation
638 UnwindInst::UnwindInst(LLVMContext &Context, Instruction *InsertBefore)
642 UnwindInst::UnwindInst(LLVMContext &Context, BasicBlock *InsertAtEnd)
648 unsigned UnwindInst::getNumSuccessorsV() const {
652 void UnwindInst::setSuccessorV(unsigned idx, BasicBlock *NewSucc) {
653 llvm_unreachable("UnwindInst has no successors!");
656 BasicBlock *UnwindInst::getSuccessorV(unsigned idx) const {
657 llvm_unreachable("UnwindInst has no successors!")
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathNumbering.cpp 390 || isa<ResumeInst>(terminator) || isa<UnwindInst>(terminator))
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 736 isa<UnwindInst>(TI)))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp 291 void visitUnwindInst(UnwindInst &I) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 1069 milliseconds