Searched refs:ProfileIsPreInlined (Results 1 – 6 of 6) sorted by relevance
203 if (FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsPreInlined) { in writeFuncMetadata()230 !FunctionSamples::ProfileIsPreInlined) in writeFuncMetadata()325 (FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsPreInlined)) in writeOneSection()329 if (Type == SecProfSummary && FunctionSamples::ProfileIsPreInlined) in writeOneSection()
425 ProfileIsPreInlined = true; in readImpl()442 FunctionSamples::ProfileIsPreInlined = ProfileIsPreInlined; in readImpl()733 FunctionSamples::ProfileIsPreInlined = ProfileIsPreInlined = true; in readOneSection()
45 bool FunctionSamples::ProfileIsPreInlined = false; member in llvm::sampleprof::FunctionSamples
480 bool profileIsPreInlined() const { return ProfileIsPreInlined; } in profileIsPreInlined()543 bool ProfileIsPreInlined = false; variable
1122 static bool ProfileIsPreInlined;
300 FunctionSamples::ProfileIsPreInlined = true; in run()