Home
last modified time | relevance | path

Searched refs:loadProfiles (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h223 LLVM_ABI Expected<PGOCtxProfile> loadProfiles();
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp242 Expected<PGOCtxProfile> PGOCtxProfileReader::loadProfiles() { in loadProfiles() function in PGOCtxProfileReader
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp470 auto MaybeProfiles = Reader.loadProfiles(); in run()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2041 std::error_code loadProfiles();
2703 std::error_code SampleOverlapAggregator::loadProfiles() { in loadProfiles() function in SampleOverlapAggregator
2754 if (std::error_code EC = OverlapAggr.loadProfiles()) in overlapSampleProfile()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp754 auto Ctx = Reader.loadProfiles(); in loadFromCtxProf()