Home
last modified time | relevance | path

Searched refs:ProfileIsProbeBased (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp91 if (FunctionSamples::ProfileIsProbeBased) { in findIRAnchors()
392 bool ChecksumMismatch = FunctionSamples::ProfileIsProbeBased && in runOnFunction()
395 !FunctionSamples::ProfileIsProbeBased || ChecksumMismatch; in runOnFunction()
618 if (FunctionSamples::ProfileIsProbeBased) in computeAndReportProfileStaleness()
627 if (FunctionSamples::ProfileIsProbeBased) { in computeAndReportProfileStaleness()
658 if (FunctionSamples::ProfileIsProbeBased) { in computeAndReportProfileStaleness()
788 if (FunctionSamples::ProfileIsProbeBased) { in functionMatchesProfileHelper()
H A DSampleProfile.cpp656 if (FunctionSamples::ProfileIsProbeBased) in getInstWeight()
778 if (FunctionSamples::ProfileIsProbeBased) { in findFunctionSamples()
1638 if (FunctionSamples::ProfileIsProbeBased) { in generateMDProfMetadata()
1788 if (FunctionSamples::ProfileIsProbeBased) { in emitAnnotations()
2100 assert(FunctionSamples::ProfileIsProbeBased && in rejectHighStalenessProfile()
2174 if (FunctionSamples::ProfileIsProbeBased && in runOnModule()
2232 FunctionSamples::ProfileIsProbeBased) { in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp304 if (FunctionSamples::ProfileIsProbeBased) in writeFuncMetadata()
332 if (!FunctionSamples::ProfileIsProbeBased && !FunctionSamples::ProfileIsCS && in writeFuncMetadata()
427 if (Type == SecFuncMetadata && FunctionSamples::ProfileIsProbeBased) in writeOneSection()
609 if (FunctionSamples::ProfileIsProbeBased) { in writeSample()
896 if ((FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsProbeBased) && in create()
H A DSampleProfReader.cpp463 ProfileIsProbeBased = (TopLevelProbeProfileCount > 0); in readImpl()
464 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readImpl()
774 ProfileIsProbeBased = in readOneSection()
776 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readOneSection()
1257 if (ProfileIsProbeBased) { in readFuncMetadata()
H A DSampleProf.cpp44 bool FunctionSamples::ProfileIsProbeBased = false; member in llvm::sampleprof::FunctionSamples
252 if (FunctionSamples::ProfileIsProbeBased) { in getCallSiteIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp194 if (FunctionSamples::ProfileIsProbeBased) in getInstWeight()
331 if (FunctionSamples::ProfileIsProbeBased) { in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h483 bool profileIsProbeBased() const { return ProfileIsProbeBased; } in profileIsProbeBased()
578 bool ProfileIsProbeBased = false; variable
H A DSampleProf.h1198 LLVM_ABI static bool ProfileIsProbeBased;
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h404 if (FunctionSamples::ProfileIsProbeBased)
456 assert(FunctionSamples::ProfileIsProbeBased &&
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1599 std::optional<bool> ProfileIsProbeBased; in mergeSampleProfile() local
1623 if (ProfileIsProbeBased && in mergeSampleProfile()
1624 ProfileIsProbeBased != FunctionSamples::ProfileIsProbeBased) in mergeSampleProfile()
1627 ProfileIsProbeBased = FunctionSamples::ProfileIsProbeBased; in mergeSampleProfile()