Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineVerifier.cpp1761 ExitIsSetup(false) { } in StackStateOfBB()
1764 ExitIsSetup(ExitSetup) { } in StackStateOfBB()
1769 bool ExitIsSetup; member
1798 BBState.EntryIsSetup = SPState[StackPred->getNumber()].ExitIsSetup; in verifyStackFrame()
1800 BBState.ExitIsSetup = BBState.EntryIsSetup; in verifyStackFrame()
1811 if (BBState.ExitIsSetup) in verifyStackFrame()
1814 BBState.ExitIsSetup = true; in verifyStackFrame()
1823 if (!BBState.ExitIsSetup) in verifyStackFrame()
1827 if (BBState.ExitIsSetup && AbsSPAdj != Size) { in verifyStackFrame()
1833 BBState.ExitIsSetup = false; in verifyStackFrame()
[all …]