Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp49 class CtxInstrumentationLowerer final { class
63 CtxInstrumentationLowerer(Module &M, ModuleAnalysisManager &MAM);
105 CtxInstrumentationLowerer::CtxInstrumentationLowerer(Module &M, in CtxInstrumentationLowerer() function in CtxInstrumentationLowerer
195 CtxInstrumentationLowerer Lowerer(M, MAM); in run()
202 bool CtxInstrumentationLowerer::lowerFunction(Function &F) { in lowerFunction()