Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp425 ProfileIsPreInlined = true; in readImpl()
442 FunctionSamples::ProfileIsPreInlined = ProfileIsPreInlined; in readImpl()
733 FunctionSamples::ProfileIsPreInlined = ProfileIsPreInlined = true; in readOneSection()
H A DSampleProf.cpp45 bool FunctionSamples::ProfileIsPreInlined = false; member in llvm::sampleprof::FunctionSamples
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h480 bool profileIsPreInlined() const { return ProfileIsPreInlined; } in profileIsPreInlined()
543 bool ProfileIsPreInlined = false; variable
H A DSampleProf.h1122 static bool ProfileIsPreInlined;
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp300 FunctionSamples::ProfileIsPreInlined = true; in run()