Searched refs:CrashBlock (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp868 BasicBlock *CrashBlock = local
870 CrashTerm = new UnreachableInst(*C, CrashBlock);
871 BranchInst *NewTerm = BranchInst::Create(CrashBlock, NextBB, Cmp2);

Completed in 754 milliseconds