Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp65 bool lowerFunction(Function &F);
198 Changed |= Lowerer.lowerFunction(F); in run()
202 bool CtxInstrumentationLowerer::lowerFunction(Function &F) { in lowerFunction() function in CtxInstrumentationLowerer