Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h48 : CSInstrName(CSInstrName), ProfileSampling(Sampling) {} in CSInstrName()
53 bool ProfileSampling; variable
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1901 if (ProfileSampling) in run()