Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
258 DIL, FunctionSamples::ProfileIsFS), in findFunctionSamples()
H A DSampleProfReader.cpp253 ProfileIsFS = ProfileIsFSDisciminator; in readImpl()
254 FunctionSamples::ProfileIsFS = ProfileIsFS; in readImpl()
611 ProfileIsFS = ProfileIsFSDisciminator; in readImpl()
612 FunctionSamples::ProfileIsFS = ProfileIsFS; in readImpl()
661 FunctionSamples::ProfileIsFS = ProfileIsFS = true; in readOneSection()
943 ProfileIsFS = ProfileIsFSDisciminator; in readImpl()
944 FunctionSamples::ProfileIsFS = ProfileIsFS; in readImpl()
H A DSampleProfWriter.cpp331 if (Type == SecProfSummary && FunctionSamples::ProfileIsFS) in writeOneSection()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h363 if (!ProfileIsFS) in getDiscriminatorMask()
546 bool ProfileIsFS = false; variable
H A DSampleProf.h1084 bool ProfileIsFS = false);
1123 static bool ProfileIsFS;
/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/
H A Dsample-fs.test55 4- ProfileIsFS is set properly in extbinary format from the internal option
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp126 FunctionSamples::ProfileIsFS = Binary->useFSDiscriminator(); in create()
143 FunctionSamples::ProfileIsFS = Binary->useFSDiscriminator(); in create()