Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstrumentation.h140 LLVM_ABI void createProfileSamplingVar(Module &M);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp941 createProfileSamplingVar(M); in lower()
2145 void createProfileSamplingVar(Module &M) { in createProfileSamplingVar() function
H A DPGOInstrumentation.cpp2000 createProfileSamplingVar(M); in run()