Searched refs:ProfileIsProbeBased (Results 1 – 10 of 10) sorted by relevance
82 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()
654 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()
306 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()
441 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()
43 bool FunctionSamples::ProfileIsProbeBased = false; member in llvm::sampleprof::FunctionSamples223 if (FunctionSamples::ProfileIsProbeBased) { in getCallSiteIdentifier()
191 if (FunctionSamples::ProfileIsProbeBased) in getInstWeight()328 if (FunctionSamples::ProfileIsProbeBased) { in runOnFunction()
460 bool profileIsProbeBased() const { return ProfileIsProbeBased; } in profileIsProbeBased()526 bool ProfileIsProbeBased = false; variable
1186 static bool ProfileIsProbeBased;
403 if (FunctionSamples::ProfileIsProbeBased)458 assert(FunctionSamples::ProfileIsProbeBased &&
1506 std::optional<bool> ProfileIsProbeBased; in mergeSampleProfile() local1530 if (ProfileIsProbeBased && in mergeSampleProfile()1531 ProfileIsProbeBased != FunctionSamples::ProfileIsProbeBased) in mergeSampleProfile()1534 ProfileIsProbeBased = FunctionSamples::ProfileIsProbeBased; in mergeSampleProfile()