Home
last modified time | relevance | path

Searched refs:loadContexts (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h89 Expected<std::map<GlobalValue::GUID, PGOContextualProfile>> loadContexts();
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp163 PGOCtxProfileReader::loadContexts() { in loadContexts() function in PGOCtxProfileReader