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()
351 ProfileIsPreInlined = true; in readImpl()368 FunctionSamples::ProfileIsPreInlined = ProfileIsPreInlined; in readImpl()659 FunctionSamples::ProfileIsPreInlined = ProfileIsPreInlined = true; in readOneSection()
45 bool FunctionSamples::ProfileIsPreInlined = false; member in llvm::sampleprof::FunctionSamples
477 bool profileIsPreInlined() const { return ProfileIsPreInlined; } in profileIsPreInlined()540 bool ProfileIsPreInlined = false; variable
1110 static bool ProfileIsPreInlined;
300 FunctionSamples::ProfileIsPreInlined = true; in run()