Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp62 BasicBlock *getTrapBB();
75 BasicBlock *BoundsChecking::getTrapBB() { in getTrapBB() function in BoundsChecking
115 BranchInst::Create(getTrapBB(), Cont, Cmp, OldBB); in emitBranchToTrap()
117 BranchInst::Create(getTrapBB(), OldBB); in emitBranchToTrap()