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.cpp82 if (FunctionSamples::ProfileIsProbeBased) { in findIRAnchors()
445 bool ChecksumMismatch = FunctionSamples::ProfileIsProbeBased && in runOnFunction()
448 !FunctionSamples::ProfileIsProbeBased || ChecksumMismatch; in runOnFunction()
671 if (FunctionSamples::ProfileIsProbeBased) in computeAndReportProfileStaleness()
680 if (FunctionSamples::ProfileIsProbeBased) { in computeAndReportProfileStaleness()
711 if (FunctionSamples::ProfileIsProbeBased) { in computeAndReportProfileStaleness()
796 if (FunctionSamples::ProfileIsProbeBased) { in functionMatchesProfileHelper()
H A DSampleProfile.cpp654 if (FunctionSamples::ProfileIsProbeBased) in getInstWeight()
776 if (FunctionSamples::ProfileIsProbeBased) { in findFunctionSamples()
1638 if (FunctionSamples::ProfileIsProbeBased) { in generateMDProfMetadata()
1788 if (FunctionSamples::ProfileIsProbeBased) { in emitAnnotations()
2091 assert(FunctionSamples::ProfileIsProbeBased && in rejectHighStalenessProfile()
2153 if (FunctionSamples::ProfileIsProbeBased && in runOnModule()
2214 if (RemoveProbeAfterProfileAnnotation && FunctionSamples::ProfileIsProbeBased) in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp306 if (FunctionSamples::ProfileIsProbeBased) in writeFuncMetadata()
334 if (!FunctionSamples::ProfileIsProbeBased && !FunctionSamples::ProfileIsCS && in writeFuncMetadata()
429 if (Type == SecFuncMetadata && FunctionSamples::ProfileIsProbeBased) in writeOneSection()
615 if (FunctionSamples::ProfileIsProbeBased) { in writeSample()
910 if ((FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsProbeBased) && in create()
H A DSampleProfReader.cpp441 ProfileIsProbeBased = (TopLevelProbeProfileCount > 0); in readImpl()
442 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readImpl()
745 ProfileIsProbeBased = in readOneSection()
747 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readOneSection()
1195 if (ProfileIsProbeBased) { in readFuncMetadata()
H A DSampleProf.cpp43 bool FunctionSamples::ProfileIsProbeBased = false; member in llvm::sampleprof::FunctionSamples
223 if (FunctionSamples::ProfileIsProbeBased) { in getCallSiteIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp191 if (FunctionSamples::ProfileIsProbeBased) in getInstWeight()
328 if (FunctionSamples::ProfileIsProbeBased) { in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h460 bool profileIsProbeBased() const { return ProfileIsProbeBased; } in profileIsProbeBased()
526 bool ProfileIsProbeBased = false; variable
H A DSampleProf.h1186 static bool ProfileIsProbeBased;
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h403 if (FunctionSamples::ProfileIsProbeBased)
458 assert(FunctionSamples::ProfileIsProbeBased &&
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1506 std::optional<bool> ProfileIsProbeBased; in mergeSampleProfile() local
1530 if (ProfileIsProbeBased && in mergeSampleProfile()
1531 ProfileIsProbeBased != FunctionSamples::ProfileIsProbeBased) in mergeSampleProfile()
1534 ProfileIsProbeBased = FunctionSamples::ProfileIsProbeBased; in mergeSampleProfile()