Searched refs:ProfileIsProbeBased (Results 1 – 9 of 9) sorted by relevance
41 bool FunctionSamples::ProfileIsProbeBased = false; member in llvm::sampleprof::FunctionSamples123 if (FunctionSamples::ProfileIsProbeBased && in merge()215 if (FunctionSamples::ProfileIsProbeBased) in getCallSiteIdentifier()
177 if (!FunctionSamples::ProfileIsProbeBased && !FunctionSamples::ProfileIsCS) in writeFuncMetadata()184 if (FunctionSamples::ProfileIsProbeBased) in writeFuncMetadata()249 if (Type == SecFuncMetadata && FunctionSamples::ProfileIsProbeBased) in writeOneSection()433 if (FunctionSamples::ProfileIsProbeBased) { in writeSample()780 if ((FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsProbeBased) && in create()
344 ProfileIsProbeBased = (ProbeProfileCount > 0); in readImpl()345 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readImpl()620 ProfileIsProbeBased = in readOneSection()622 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readOneSection()972 if (ProfileIsProbeBased) { in readFuncMetadata()
116 if (!sampleprof::FunctionSamples::ProfileIsProbeBased || in addRecord()
586 if (FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsProbeBased)592 if (FunctionSamples::ProfileIsProbeBased &&878 static bool ProfileIsProbeBased;
444 bool profileIsProbeBased() const { return ProfileIsProbeBased; } in profileIsProbeBased()500 bool ProfileIsProbeBased = false; variable
519 if (FunctionSamples::ProfileIsProbeBased) in getInstWeight()550 assert(FunctionSamples::ProfileIsProbeBased && in getProbeWeight()710 if (FunctionSamples::ProfileIsProbeBased) { in findFunctionSamples()1459 if (FunctionSamples::ProfileIsProbeBased) { in generateMDProfMetadata()1582 if (FunctionSamples::ProfileIsProbeBased) { in emitAnnotations()
677 Optional<bool> ProfileIsProbeBased; in mergeSampleProfile() local699 if (ProfileIsProbeBased.hasValue() && in mergeSampleProfile()700 ProfileIsProbeBased != FunctionSamples::ProfileIsProbeBased) in mergeSampleProfile()703 ProfileIsProbeBased = FunctionSamples::ProfileIsProbeBased; in mergeSampleProfile()
446 FunctionSamples::ProfileIsProbeBased = true; in generateProfile()