Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-stacks.cpp356 bool wasLastRecordExit; member
370 state->wasLastRecordExit = false; in accountRecord()
402 bool wasLastRecordExit = state->wasLastRecordExit; in accountRecord() local
403 state->wasLastRecordExit = true; in accountRecord()
432 if (wasLastRecordExit) in accountRecord()