Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp278 ctx_profile::ContextNode *FirstUnhandled = nullptr; in createCtxProfFromYAML() local
283 FirstUnhandled = createNode(Nodes, Unhandled, FirstUnhandled); in createCtxProfFromYAML()
285 Writer.writeContextual(*TopList, FirstUnhandled, DC.TotalRootEntryCount); in createCtxProfFromYAML()