Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp60 bool PGOCtxProfileReader::tryGetNextKnownBlockID(PGOCtxProfileBlockIDs &ID) { in tryGetNextKnownBlockID() function in PGOCtxProfileReader
77 return tryGetNextKnownBlockID(Test) && Test == ID; in canEnterBlockWithID()
247 if (!tryGetNextKnownBlockID(Test)) in loadProfiles()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h210 bool tryGetNextKnownBlockID(PGOCtxProfileBlockIDs &ID);