Searched refs:NodeIdPairArray (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/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; 373 nullptr, NodeIdPairArray(*NodeIdPairAllocator), 0u, 0u, FId); in enterFunction() 407 TopNode, NodeIdPairArray(*NodeIdPairAllocator), 0u, 0u, FId); in enterFunction() 498 nullptr, NodeIdPairArray(*O.NodeIdPairAllocator), Root->CallCount, in deepCopyInto() 519 NP.NewNode, NodeIdPairArray(*O.NodeIdPairAllocator), in deepCopyInto() 559 nullptr, NodeIdPairArray(*O.NodeIdPairAllocator), 0u, 0u, in mergeInto() 585 NT.TargetNode, NodeIdPairArray(*O.NodeIdPairAllocator), 0u, 0u, in mergeInto()
|