Searched refs:NodeIdPairArray (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_function_call_trie.h | 103 using NodeIdPairArray = Array<NodeIdPair>; variable 104 using NodeIdPairAllocatorType = NodeIdPairArray::AllocatorType; 113 NodeIdPairArray Callees; 369 nullptr, NodeIdPairArray(*NodeIdPairAllocator), 0u, 0u, FId); in enterFunction() 403 TopNode, NodeIdPairArray(*NodeIdPairAllocator), 0u, 0u, FId); in enterFunction() 494 nullptr, NodeIdPairArray(*O.NodeIdPairAllocator), Root->CallCount, in deepCopyInto() 515 NP.NewNode, NodeIdPairArray(*O.NodeIdPairAllocator), in deepCopyInto() 555 nullptr, NodeIdPairArray(*O.NodeIdPairAllocator), 0u, 0u, in mergeInto() 581 NT.TargetNode, NodeIdPairArray(*O.NodeIdPairAllocator), 0u, 0u, in mergeInto()
|