Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h391 auto TopNode = ShadowStack.back().NodePtr; in enterFunction() local
392 DCHECK_NE(TopNode, nullptr); in enterFunction()
396 auto* Callee = TopNode->Callees.find_element( in enterFunction()
407 TopNode, NodeIdPairArray(*NodeIdPairAllocator), 0u, 0u, FId); in enterFunction()
411 TopNode->Callees.AppendEmplace(NewNode, FId); in enterFunction()
434 auto TopNode = Top.NodePtr; in exitFunction() local
435 DCHECK_NE(TopNode, nullptr); in exitFunction()
454 TopNode->CallCount++; in exitFunction()
455 TopNode->CumulativeLocalTime += LocalTime - CumulativeTreeTime; in exitFunction()
460 if (TopNode->FId == FId) in exitFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp96 TopNode = createHNodes(N); in setCurrentDocument()
97 CurrentNode = TopNode; in setCurrentDocument()