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

1 2

  /external/llvm/include/llvm/
LinkAllIR.h 47 (void)new llvm::UnreachableInst(llvm::getGlobalContext());
  /external/llvm/lib/Transforms/Utils/
UnifyFunctionExitNodes.cpp 56 else if (isa<UnreachableInst>(I.getTerminator()))
67 new UnreachableInst(F.getContext(), UnreachableBlock);
FlattenCFG.cpp 299 new UnreachableInst(CB->getContext(), CB);
Local.cpp 124 if (isa<UnreachableInst>(DefaultDest->getFirstNonPHIOrDbg()) &&
269 new UnreachableInst(BB->getContext(), BB);
    [all...]
SimplifyCFG.cpp 144 bool SimplifyUnreachable(UnreachableInst *UI);
    [all...]
LowerSwitch.cpp 431 if (isa<UnreachableInst>(Default->getFirstNonPHIOrDbg())) {
BasicBlockUtils.cpp 703 /// UnreachableInst, otherwise it branches to Tail.
718 CheckTerm = new UnreachableInst(C, ThenBlock);
    [all...]
LoopSimplify.cpp 499 new UnreachableInst(P->getContext(), P);
    [all...]
  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 170 new UnreachableInst(Ctx, RI);
227 new UnreachableInst(Ctx, UnwindBB);
252 new UnreachableInst(Ctx, UnwindBB);
Analysis.cpp 506 (!TM.Options.GuaranteedTailCallOpt || !isa<UnreachableInst>(Term)))
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 226 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) {
235 new UnreachableInst(BB->getContext(), &*BB);
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 349 new UnreachableInst(Context, BB);
496 new UnreachableInst(FStub->getContext(), BB);
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 175 void visitUnreachableInst(UnreachableInst &I);
  /external/llvm/include/llvm/IR/
InstVisitor.h 171 RetTy visitUnreachableInst(UnreachableInst &I) { DELEGATE(TerminatorInst);}
Instructions.h     [all...]
IRBuilder.h 733 UnreachableInst *CreateUnreachable() {
734 return Insert(new UnreachableInst(Context));
    [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp 161 bool visitUnreachableInst(UnreachableInst &I);
    [all...]
Lint.cpp 100 void visitUnreachableInst(UnreachableInst &I);
603 void Lint::visitUnreachableInst(UnreachableInst &I) {
BranchProbabilityInfo.cpp 125 if (isa<UnreachableInst>(TI))
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 79 class UnreachableInst;
738 void visitUnreachable(const UnreachableInst &I);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 444 if (isa<UnreachableInst>(BB.getTerminator()))
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 344 } else if (isa<UnreachableInst>(L)) {
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 274 new UnreachableInst(Context, BB);
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 383 new UnreachableInst(BB->getContext(), &*BB);

Completed in 266 milliseconds

1 2