Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp48 bool FunctionSamples::ProfileIsFS = false; member in llvm::sampleprof::FunctionSamples
222 bool ProfileIsFS) { in getCallSiteIdentifier() argument
233 ProfileIsFS ? DIL->getDiscriminator() : DIL->getBaseDiscriminator(); in getCallSiteIdentifier()
250 DIL, FunctionSamples::ProfileIsFS), in findFunctionSamples()
H A DSampleProfReader.cpp328 ProfileIsFS = ProfileIsFSDisciminator; in readImpl()
329 FunctionSamples::ProfileIsFS = ProfileIsFS; in readImpl()
681 ProfileIsFS = ProfileIsFSDisciminator; in readImpl()
682 FunctionSamples::ProfileIsFS = ProfileIsFS; in readImpl()
706 FunctionSamples::ProfileIsFS = ProfileIsFS = true; in readOneSection()
H A DSampleProfWriter.cpp438 if (Type == SecProfSummary && FunctionSamples::ProfileIsFS) in writeOneSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h367 if (!ProfileIsFS) in getDiscriminatorMask()
469 bool profileIsFS() const { return ProfileIsFS; } in profileIsFS()
538 bool ProfileIsFS = false; variable
H A DSampleProf.h1153 bool ProfileIsFS = false);
1196 static bool ProfileIsFS;