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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp341 const auto &RootsByThread = Roots[ThreadId]; local
342 auto I = find_if(RootsByThread,
344 return (I == RootsByThread.end()) ? nullptr : *I;

Completed in 107 milliseconds