Home
last modified time | relevance | path

Searched refs:GetTrapBB (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp114 static void insertBoundsCheck(Value *Or, BuilderTy &IRB, GetTrapBBT GetTrapBB) { in insertBoundsCheck() argument
134 BranchInst::Create(GetTrapBB(IRB), OldBB); in insertBoundsCheck()
139 BranchInst::Create(GetTrapBB(IRB), Cont, Or, OldBB); in insertBoundsCheck()
185 auto GetTrapBB = [&TrapBB](BuilderTy &IRB) { in addBoundsChecking() local
219 insertBoundsCheck(Entry.second, IRB, GetTrapBB); in addBoundsChecking()