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.cpp41 static auto ReleaseCtx = "__llvm_ctx_profile_release_context"; variable
58 Function *ReleaseCtx = nullptr; member in __anond08bc7040111::CtxInstrumentationLowerer
170 ReleaseCtx = cast<Function>( in CtxInstrumentationLowerer()
172 CompilerRtAPINames::ReleaseCtx, in CtxInstrumentationLowerer()
336 Builder.CreateCall(ReleaseCtx, {TheRootContext}); in lowerFunction()