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

  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 141 BasicBlock *UnwindBB = RI->getParent();
145 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB);
149 new UnreachableInst(Ctx, UnwindBB);
153 BasicBlock *UnwindBB = BasicBlock::Create(Ctx, "unwind_resume", &Fn);
155 "exn.obj", UnwindBB);
163 BranchInst::Create(UnwindBB, Parent);
172 CallInst *CI = CallInst::Create(RewindFunction, PN, "", UnwindBB);
176 new UnreachableInst(Ctx, UnwindBB);
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 473 BasicBlock *UnwindBB = BasicBlock::Create(F.getContext(), "unwindbb", &F);
474 UnreachablePlaceholder = new UnreachableInst(F.getContext(), UnwindBB);
478 SwitchInst::Create(CatchLoad, UnwindBB, Invokes.size(), CatchBB);
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 79 milliseconds