Searched refs:ParentCallees (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp212 SmallVector<StackTrieNode *, 4> &ParentCallees = local
214 auto match = find_if(ParentCallees, [FuncId](StackTrieNode *ParentCallee) {
217 if (match != ParentCallees.end())
226 ParentCallees.push_back(CurrentStack);
234 ParentCallees.push_back(CurrentStack);

Completed in 105 milliseconds