Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp45 bool FunctionSamples::ProfileIsFS = false; member in llvm::sampleprof::FunctionSamples
228 if (ProfileIsFS) in findFunctionSamples()
H A DSampleProfReader.cpp251 ProfileIsFS = ProfileIsFSDisciminator; in readImpl()
599 ProfileIsFS = ProfileIsFSDisciminator; in readImpl()
621 FunctionSamples::ProfileIsFS = ProfileIsFS = true; in readOneSection()
887 ProfileIsFS = ProfileIsFSDisciminator; in readImpl()
H A DSampleProfWriter.cpp255 if (Type == SecProfSummary && FunctionSamples::ProfileIsFS) in writeOneSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h364 if (!ProfileIsFS) in getDiscriminatorMask()
530 bool ProfileIsFS = false; variable
H A DSampleProf.h898 static bool ProfileIsFS;