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.cpp49 bool FunctionSamples::ProfileIsFS = false; member in llvm::sampleprof::FunctionSamples
251 bool ProfileIsFS) { in getCallSiteIdentifier() argument
262 ProfileIsFS ? DIL->getDiscriminator() : DIL->getBaseDiscriminator(); in getCallSiteIdentifier()
281 DIL, FunctionSamples::ProfileIsFS), in findFunctionSamples()
H A DSampleProfReader.cpp338 ProfileIsFS = ProfileIsFSDisciminator; in readImpl()
339 FunctionSamples::ProfileIsFS = ProfileIsFS; in readImpl()
710 ProfileIsFS = ProfileIsFSDisciminator; in readImpl()
711 FunctionSamples::ProfileIsFS = ProfileIsFS; in readImpl()
735 FunctionSamples::ProfileIsFS = ProfileIsFS = true; in readOneSection()
H A DSampleProfWriter.cpp436 if (Type == SecProfSummary && FunctionSamples::ProfileIsFS) in writeOneSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h368 if (!ProfileIsFS) in getDiscriminatorMask()
492 bool profileIsFS() const { return ProfileIsFS; } in profileIsFS()
590 bool ProfileIsFS = false; variable
H A DSampleProf.h1169 bool ProfileIsFS = false);
1215 LLVM_ABI static bool ProfileIsFS;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp72 DIL, FunctionSamples::ProfileIsFS); in findIRAnchors()
119 DIL, FunctionSamples::ProfileIsFS); in findIRAnchors()