HomeSort by relevance Sort by last modified time
    Searched refs:UnreachableInst (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/llvm/include/llvm/
LinkAllIR.h 48 (void)new llvm::UnreachableInst(Context);
  /external/swiftshader/third_party/LLVM/include/llvm/
LinkAllVMCore.h 47 (void)new llvm::UnreachableInst(llvm::getGlobalContext());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/
LinkAllIR.h 47 (void)new llvm::UnreachableInst(Context);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/
LinkAllIR.h 47 (void)new llvm::UnreachableInst(Context);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/
LinkAllIR.h 47 (void)new llvm::UnreachableInst(Context);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
LinkAllIR.h 47 (void)new llvm::UnreachableInst(Context);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/
LinkAllIR.h 47 (void)new llvm::UnreachableInst(Context);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/
LinkAllIR.h 47 (void)new llvm::UnreachableInst(Context);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/
LinkAllIR.h 47 (void)new llvm::UnreachableInst(Context);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
LinkAllIR.h 47 (void)new llvm::UnreachableInst(Context);
  /external/llvm/lib/Transforms/Utils/
UnifyFunctionExitNodes.cpp 56 else if (isa<UnreachableInst>(I.getTerminator()))
67 new UnreachableInst(F.getContext(), UnreachableBlock);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
UnifyFunctionExitNodes.cpp 60 else if (isa<UnreachableInst>(I->getTerminator()))
88 new UnreachableInst(F.getContext(), UnreachableBlock);
LowerInvoke.cpp 409 UnreachableInst* UnreachablePlaceholder = 0;
493 UnreachablePlaceholder = new UnreachableInst(F.getContext(), UnwindBB);
566 new UnreachableInst(F.getContext(), UnwindBlock);
569 new UnreachableInst(F.getContext(), TermBlock);
  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 170 new UnreachableInst(Ctx, RI);
227 new UnreachableInst(Ctx, UnwindBB);
252 new UnreachableInst(Ctx, UnwindBB);
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 211 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) {
220 new UnreachableInst(BB->getContext(), &*BB);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PruneEH.cpp 210 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) {
219 new UnreachableInst(BB->getContext(), BB);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 79 new UnreachableInst(I->getContext(), I);
131 if (!isa<UnreachableInst>(BBI)) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StackProtector.cpp 258 new UnreachableInst(F->getContext(), FailBB);
DwarfEHPrepare.cpp 526 // ...followed by an UnreachableInst, if it was an unwind.
529 new UnreachableInst(RI->getContext(), RI);
713 new UnreachableInst(Ctx, UnwindBB);
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 349 new UnreachableInst(Context, BB);
488 new UnreachableInst(FStub->getContext(), BB);
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 175 void visitUnreachableInst(UnreachableInst &I);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 167 RetTy visitUnreachableInst(UnreachableInst &I) { DELEGATE(TerminatorInst);}
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.h 169 void visitUnreachableInst(UnreachableInst &I);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InlineCost.cpp 445 if (isa<UnreachableInst>(II->getNormalDest()->begin()))
447 } else if (isa<UnreachableInst>(++BasicBlock::iterator(TheCall)))
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 73 class UnreachableInst;
430 void visitUnreachable(const UnreachableInst &I) { /* noop */ }

Completed in 581 milliseconds

1 2 3 4 5