Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp223 auto *CallInitBB = in createSanitizerCtorAndInitFunctions() local
231 IRB.CreateCondBr(InitNotNull, CallInitBB, RetBB); in createSanitizerCtorAndInitFunctions()
232 IRB.SetInsertPoint(CallInitBB); in createSanitizerCtorAndInitFunctions()