Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp41 bool FunctionSamples::ProfileIsProbeBased = false; member in llvm::sampleprof::FunctionSamples
123 if (FunctionSamples::ProfileIsProbeBased && in merge()
215 if (FunctionSamples::ProfileIsProbeBased) in getCallSiteIdentifier()
H A DSampleProfWriter.cpp177 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()
H A DSampleProfReader.cpp344 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()
H A DProfileSummaryBuilder.cpp116 if (!sampleprof::FunctionSamples::ProfileIsProbeBased || in addRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProf.h586 if (FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsProbeBased)
592 if (FunctionSamples::ProfileIsProbeBased &&
878 static bool ProfileIsProbeBased;
H A DSampleProfReader.h444 bool profileIsProbeBased() const { return ProfileIsProbeBased; } in profileIsProbeBased()
500 bool ProfileIsProbeBased = false; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp519 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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp677 Optional<bool> ProfileIsProbeBased; in mergeSampleProfile() local
699 if (ProfileIsProbeBased.hasValue() && in mergeSampleProfile()
700 ProfileIsProbeBased != FunctionSamples::ProfileIsProbeBased) in mergeSampleProfile()
703 ProfileIsProbeBased = FunctionSamples::ProfileIsProbeBased; in mergeSampleProfile()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp446 FunctionSamples::ProfileIsProbeBased = true; in generateProfile()