Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp49 static auto ReleaseCtx = "__llvm_ctx_profile_release_context"; variable
66 Function *ReleaseCtx = nullptr; member in __anond08bc7040111::CtxInstrumentationLowerer
199 ReleaseCtx = cast<Function>( in CtxInstrumentationLowerer()
200 M.getOrInsertFunction(CompilerRtAPINames::ReleaseCtx, in CtxInstrumentationLowerer()
402 Builder.CreateCall(ReleaseCtx, {TheRootFuctionData}); in lowerFunction()