Home
last modified time | relevance | path

Searched refs:readProfile (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp89 PGOCtxProfileReader::readProfile(PGOCtxProfileBlockIDs Kind) { in readProfile() function in PGOCtxProfileReader
169 EXPECT_OR_RET(SC, readProfile(PGOCtxProfileBlockIDs::ContextNodeBlockID)); in readProfile()
218 EXPECT_OR_RET(E, readProfile(PGOCtxProfileBlockIDs::ContextRootBlockID)); in loadContexts()
228 EXPECT_OR_RET(E, readProfile(PGOCtxProfileBlockIDs::FlatProfileBlockID)); in loadFlatProfileList()
H A DSampleProfReader.cpp595 SampleProfileReaderBinary::readProfile(FunctionSamples &FProfile) { in readProfile() function in SampleProfileReaderBinary
670 if (std::error_code EC = readProfile(CalleeProfile)) in readProfile()
699 if (std::error_code EC = readProfile(FProfile)) in readFuncProfile()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h208 readProfile(PGOCtxProfileBlockIDs Kind);
H A DSampleProfReader.h684 std::error_code readProfile(FunctionSamples &FProfile);