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

  /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/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/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 294 milliseconds