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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp319 StackTrieNode *PreviousCursor = nullptr; local
321 if (PreviousCursor != nullptr) {
327 PreviousCursor = StackCursor;
329 } while (PreviousCursor->FuncId != R.FuncId && StackCursor != nullptr);

Completed in 95 milliseconds