Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp143 InstrProfiling InstrProf; member in __anon05d9999f0111::InstrProfilingLegacyPass
150 : ModulePass(ID), InstrProf(Options, IsCS) { in InstrProfilingLegacyPass()
162 return InstrProf.run(M, GetTLI); in runOnModule()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile896 SRCS_MIN+= ProfileData/InstrProf.cpp