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.cpp57 class CtxInstrumentationLowerer final { class
72 CtxInstrumentationLowerer(Module &M, ModuleAnalysisManager &MAM);
120 CtxInstrumentationLowerer::CtxInstrumentationLowerer(Module &M, in CtxInstrumentationLowerer() function in CtxInstrumentationLowerer
223 CtxInstrumentationLowerer Lowerer(M, MAM); in run()
230 bool CtxInstrumentationLowerer::lowerFunction(Function &F) { in lowerFunction()