Home
last modified time | relevance | path

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

/freebsd/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()
252 DIL, FunctionSamples::ProfileIsFS), in findFunctionSamples()
H A DSampleProfReader.cpp328 ProfileIsFS = ProfileIsFSDisciminator; in readImpl()
329 FunctionSamples::ProfileIsFS = ProfileIsFS; in readImpl()
682 ProfileIsFS = ProfileIsFSDisciminator; in readImpl()
683 FunctionSamples::ProfileIsFS = ProfileIsFS; in readImpl()
707 FunctionSamples::ProfileIsFS = ProfileIsFS = true; in readOneSection()
H A DSampleProfWriter.cpp438 if (Type == SecProfSummary && FunctionSamples::ProfileIsFS) in writeOneSection()
/freebsd/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.h1157 bool ProfileIsFS = false);
1203 static bool ProfileIsFS;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp63 DIL, FunctionSamples::ProfileIsFS); in findIRAnchors()
110 DIL, FunctionSamples::ProfileIsFS); in findIRAnchors()