Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h575 auto TargetCallee = NT.TargetNode->Callees.find_element( in mergeInto() local
579 if (TargetCallee == nullptr) { in mergeInto()
587 TargetCallee = in mergeInto()
590 DFSStack.AppendEmplace(Callee.NodePtr, TargetCallee->NodePtr); in mergeInto()