Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h387 auto TopNode = ShadowStack.back().NodePtr; in enterFunction() local
388 DCHECK_NE(TopNode, nullptr); in enterFunction()
392 auto* Callee = TopNode->Callees.find_element( in enterFunction()
403 TopNode, NodeIdPairArray(*NodeIdPairAllocator), 0u, 0u, FId); in enterFunction()
407 TopNode->Callees.AppendEmplace(NewNode, FId); in enterFunction()
430 auto TopNode = Top.NodePtr; in exitFunction() local
431 DCHECK_NE(TopNode, nullptr); in exitFunction()
450 TopNode->CallCount++; in exitFunction()
451 TopNode->CumulativeLocalTime += LocalTime - CumulativeTreeTime; in exitFunction()
456 if (TopNode->FId == FId) in exitFunction()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp96 TopNode = createHNodes(N); in setCurrentDocument()
97 CurrentNode = TopNode; in setCurrentDocument()