Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp327 ProfileIsFS = ProfileIsFSDisciminator; in readImpl()
328 FunctionSamples::ProfileIsFS = ProfileIsFS; in readImpl()
685 ProfileIsFS = ProfileIsFSDisciminator; in readImpl()
686 FunctionSamples::ProfileIsFS = ProfileIsFS; in readImpl()
735 FunctionSamples::ProfileIsFS = ProfileIsFS = true; in readOneSection()
1017 ProfileIsFS = ProfileIsFSDisciminator; in readImpl()
1018 FunctionSamples::ProfileIsFS = ProfileIsFS; in readImpl()
H A DSampleProfWriter.cpp331 if (Type == SecProfSummary && FunctionSamples::ProfileIsFS) in writeOneSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h363 if (!ProfileIsFS) in getDiscriminatorMask()
549 bool ProfileIsFS = false; variable
H A DSampleProf.h1096 bool ProfileIsFS = false);
1135 static bool ProfileIsFS;
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp133 FunctionSamples::ProfileIsFS = Binary->useFSDiscriminator(); in create()
150 FunctionSamples::ProfileIsFS = Binary->useFSDiscriminator(); in create()