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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp648 Instruction *CheckFailTerm = local
659 nullptr, nullptr, CheckFailTerm->getParent());
668 nullptr, nullptr, CheckFailTerm->getParent());
670 IRB.SetInsertPoint(CheckFailTerm);
695 cast<BranchInst>(CheckFailTerm)->setSuccessor(0, CheckTerm->getParent());

Completed in 52 milliseconds