Searched refs:ProfileIsProbeBased (Results 1 – 10 of 10) sorted by relevance
91 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()
656 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()
304 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()
463 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()
44 bool FunctionSamples::ProfileIsProbeBased = false; member in llvm::sampleprof::FunctionSamples252 if (FunctionSamples::ProfileIsProbeBased) { in getCallSiteIdentifier()
194 if (FunctionSamples::ProfileIsProbeBased) in getInstWeight()331 if (FunctionSamples::ProfileIsProbeBased) { in runOnFunction()
483 bool profileIsProbeBased() const { return ProfileIsProbeBased; } in profileIsProbeBased()578 bool ProfileIsProbeBased = false; variable
1198 LLVM_ABI static bool ProfileIsProbeBased;
404 if (FunctionSamples::ProfileIsProbeBased)456 assert(FunctionSamples::ProfileIsProbeBased &&
1599 std::optional<bool> ProfileIsProbeBased; in mergeSampleProfile() local1623 if (ProfileIsProbeBased && in mergeSampleProfile()1624 ProfileIsProbeBased != FunctionSamples::ProfileIsProbeBased) in mergeSampleProfile()1627 ProfileIsProbeBased = FunctionSamples::ProfileIsProbeBased; in mergeSampleProfile()