Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h37 ContextNodeBlockID = ContextRootBlockID + 1, enumerator
38 FlatProfilesSectionBlockID = ContextNodeBlockID + 1,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp91 Kind == PGOCtxProfileBlockIDs::ContextNodeBlockID || in readProfile()
103 const bool ExpectIndex = Kind == PGOCtxProfileBlockIDs::ContextNodeBlockID; in readProfile()
168 while (canEnterBlockWithID(PGOCtxProfileBlockIDs::ContextNodeBlockID)) { in readProfile()
169 EXPECT_OR_RET(SC, readProfile(PGOCtxProfileBlockIDs::ContextNodeBlockID)); in readProfile()
H A DPGOCtxProfWriter.cpp61 DescribeBlock(PGOCtxProfileBlockIDs::ContextNodeBlockID, "Context"); in PGOCtxProfileWriter()
110 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ContextNodeBlockID, CodeLen); in writeNode()