Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp42 static auto GetCtx = "__llvm_ctx_profile_get_context"; variable
57 Function *GetCtx = nullptr; member in __anond08bc7040111::CtxInstrumentationLowerer
161 GetCtx = cast<Function>( in CtxInstrumentationLowerer()
162 M.getOrInsertFunction(CompilerRtAPINames::GetCtx, in CtxInstrumentationLowerer()
250 Builder.CreateCall(GetCtx, {&F, Guid, Builder.getInt32(NrCounters), in lowerFunction()