Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp308 if (FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsPreInlined) { in writeFuncMetadata()
335 !FunctionSamples::ProfileIsPreInlined) in writeFuncMetadata()
432 (FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsPreInlined)) in writeOneSection()
436 if (Type == SecProfSummary && FunctionSamples::ProfileIsPreInlined) in writeOneSection()
H A DSampleProfReader.cpp427 ProfileIsPreInlined = true; in readImpl()
444 FunctionSamples::ProfileIsPreInlined = ProfileIsPreInlined; in readImpl()
705 FunctionSamples::ProfileIsPreInlined = ProfileIsPreInlined = true; in readOneSection()
H A DSampleProf.cpp45 bool FunctionSamples::ProfileIsPreInlined = false; member in llvm::sampleprof::FunctionSamples
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h466 bool profileIsPreInlined() const { return ProfileIsPreInlined; } in profileIsPreInlined()
532 bool ProfileIsPreInlined = false; variable
H A DSampleProf.h1190 static bool ProfileIsPreInlined;