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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp356 bool wasLastRecordExit; member in struct:StackTrie::AccountRecordState
370 state->wasLastRecordExit = false;
402 bool wasLastRecordExit = state->wasLastRecordExit; local
403 state->wasLastRecordExit = true;
432 if (wasLastRecordExit)

Completed in 41 milliseconds