Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-xray/
Dxray-stacks.cpp358 bool wasLastRecordExit; member
372 state->wasLastRecordExit = false; in accountRecord()
404 bool wasLastRecordExit = state->wasLastRecordExit; in accountRecord() local
405 state->wasLastRecordExit = true; in accountRecord()
434 if (wasLastRecordExit) in accountRecord()