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 137 BasicBlock *UnwindBB = RI->getParent();
141 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB);
145 new UnreachableInst(Ctx, UnwindBB);
149 BasicBlock *UnwindBB = BasicBlock::Create(Ctx, "unwind_resume", &Fn);
151 "exn.obj", UnwindBB);
159 BranchInst::Create(UnwindBB, Parent);
168 CallInst *CI = CallInst::Create(RewindFunction, PN, "", UnwindBB);
172 new UnreachableInst(Ctx, UnwindBB);
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 471 BasicBlock *UnwindBB = BasicBlock::Create(F.getContext(), "unwindbb", &F);
472 UnreachablePlaceholder = new UnreachableInst(F.getContext(), UnwindBB);
476 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 208 milliseconds