Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp216 auto *CallInitBB = in createSanitizerCtorAndInitFunctions() local
224 IRB.CreateCondBr(InitNotNull, CallInitBB, RetBB); in createSanitizerCtorAndInitFunctions()
225 IRB.SetInsertPoint(CallInitBB); in createSanitizerCtorAndInitFunctions()