Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp145 InstrProfiling InstrProf; member in __anon2c6eeb300111::InstrProfilingLegacyPass
152 : ModulePass(ID), InstrProf(Options) {} in InstrProfilingLegacyPass()
159 return InstrProf.run(M, getAnalysis<TargetLibraryInfoWrapperPass>().getTLI()); in runOnModule()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile759 SRCS_MIN+= ProfileData/InstrProf.cpp