Searched refs:ProfileIsFS (Results 1 – 7 of 7) sorted by relevance
48 bool FunctionSamples::ProfileIsFS = false; member in llvm::sampleprof::FunctionSamples222 bool ProfileIsFS) { in getCallSiteIdentifier() argument233 ProfileIsFS ? DIL->getDiscriminator() : DIL->getBaseDiscriminator(); in getCallSiteIdentifier()258 DIL, FunctionSamples::ProfileIsFS), in findFunctionSamples()
253 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()
331 if (Type == SecProfSummary && FunctionSamples::ProfileIsFS) in writeOneSection()
363 if (!ProfileIsFS) in getDiscriminatorMask()546 bool ProfileIsFS = false; variable
1084 bool ProfileIsFS = false);1123 static bool ProfileIsFS;
55 4- ProfileIsFS is set properly in extbinary format from the internal option
126 FunctionSamples::ProfileIsFS = Binary->useFSDiscriminator(); in create()143 FunctionSamples::ProfileIsFS = Binary->useFSDiscriminator(); in create()