Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ProfileData/
HDSampleProf.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()
HDSampleProfReader.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()
HDSampleProfWriter.cpp438 if (Type == SecProfSummary && FunctionSamples::ProfileIsFS) in writeOneSection()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDSampleProfReader.h367 if (!ProfileIsFS) in getDiscriminatorMask()
469 bool profileIsFS() const { return ProfileIsFS; } in profileIsFS()
538 bool ProfileIsFS = false; variable
HDSampleProf.h1157 bool ProfileIsFS = false);
1203 static bool ProfileIsFS;
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSampleProfileMatcher.cpp63 DIL, FunctionSamples::ProfileIsFS); in findIRAnchors()
110 DIL, FunctionSamples::ProfileIsFS); in findIRAnchors()