Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp75 bool PGOCtxProfileReader::canEnterBlockWithID(PGOCtxProfileBlockIDs ID) { in canEnterBlockWithID() function in PGOCtxProfileReader
168 while (canEnterBlockWithID(PGOCtxProfileBlockIDs::ContextNodeBlockID)) { in readProfile()
217 while (canEnterBlockWithID(PGOCtxProfileBlockIDs::ContextRootBlockID)) { in loadContexts()
227 while (canEnterBlockWithID(PGOCtxProfileBlockIDs::FlatProfileBlockID)) { in loadFlatProfileList()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h211 bool canEnterBlockWithID(PGOCtxProfileBlockIDs ID);