Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp40 unsigned CurrentEntries = 0; member
133 unsigned CurrentStackSize = CurrentEntries + divideCeil(CurrentSubEntries, 4); in updateMaxStackSize()
148 else if (CurrentEntries > 0 && in pushBranch()
161 CurrentEntries++; in pushBranch()
169 CurrentEntries++; in pushLoop()
176 CurrentEntries--; in popBranch()
183 CurrentEntries--; in popLoop()