Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-stacks.cpp360 bool wasLastRecordExit; member
371 state->wasLastRecordExit = false; in accountRecord()
403 bool wasLastRecordExit = state->wasLastRecordExit; in accountRecord() local
404 state->wasLastRecordExit = true; in accountRecord()
433 if (wasLastRecordExit) in accountRecord()