Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h392 auto TopNode = ShadowStack.back().NodePtr; in enterFunction() local
393 DCHECK_NE(TopNode, nullptr); in enterFunction()
397 auto* Callee = TopNode->Callees.find_element( in enterFunction()
408 TopNode, NodeIdPairArray(*NodeIdPairAllocator), 0u, 0u, FId); in enterFunction()
412 TopNode->Callees.AppendEmplace(NewNode, FId); in enterFunction()
435 auto TopNode = Top.NodePtr; in exitFunction() local
436 DCHECK_NE(TopNode, nullptr); in exitFunction()
455 TopNode->CallCount++; in exitFunction()
456 TopNode->CumulativeLocalTime += LocalTime - CumulativeTreeTime; in exitFunction()
461 if (TopNode->FId == FId) in exitFunction()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DYAMLTraits.cpp101 TopNode = createHNodes(N); in setCurrentDocument()
102 CurrentNode = TopNode.get(); in setCurrentDocument()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h1494 std::unique_ptr<HNode> TopNode;