Home
last modified time | relevance | path

Searched refs:ContextRootBlockID (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h36 ContextRootBlockID = ContextsSectionBlockID + 1, enumerator
37 ContextNodeBlockID = ContextRootBlockID + 1,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp90 assert((Kind == PGOCtxProfileBlockIDs::ContextRootBlockID || in readProfile()
104 const bool IsRoot = Kind == PGOCtxProfileBlockIDs::ContextRootBlockID; in readProfile()
217 while (canEnterBlockWithID(PGOCtxProfileBlockIDs::ContextRootBlockID)) { in loadContexts()
218 EXPECT_OR_RET(E, readProfile(PGOCtxProfileBlockIDs::ContextRootBlockID)); in loadContexts()
H A DPGOCtxProfWriter.cpp55 DescribeBlock(PGOCtxProfileBlockIDs::ContextRootBlockID, "Root"); in PGOCtxProfileWriter()
143 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ContextRootBlockID, CodeLen); in writeContextual()