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

  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 60 BasicBlock *TrapBB;
76 if (TrapBB && SingleTrapBB)
77 return TrapBB;
81 TrapBB = BasicBlock::Create(Fn->getContext(), "trap", Fn);
82 Builder->SetInsertPoint(TrapBB);
91 return TrapBB;
170 TrapBB = nullptr;
  /external/llvm/lib/Transforms/IPO/
CrossDSOCFI.cpp 116 BasicBlock *TrapBB = BasicBlock::Create(Ctx, "fail", F);
117 IRBuilder<> IRBFail(TrapBB);
128 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size());
138 BranchInst *BI = IRBTest.CreateCondBr(Test, ExitBB, TrapBB);
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CodeGenFunction.cpp 62 TerminateHandler(nullptr), TrapBB(nullptr) {
    [all...]
CodeGenFunction.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 213 milliseconds