Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp203 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()
H A DSampleProfReader.cpp351 ProfileIsPreInlined = true; in readImpl()
368 FunctionSamples::ProfileIsPreInlined = ProfileIsPreInlined; in readImpl()
659 FunctionSamples::ProfileIsPreInlined = ProfileIsPreInlined = true; in readOneSection()
H A DSampleProf.cpp45 bool FunctionSamples::ProfileIsPreInlined = false; member in llvm::sampleprof::FunctionSamples
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h477 bool profileIsPreInlined() const { return ProfileIsPreInlined; } in profileIsPreInlined()
540 bool ProfileIsPreInlined = false; variable
H A DSampleProf.h1110 static bool ProfileIsPreInlined;
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp300 FunctionSamples::ProfileIsPreInlined = true; in run()