Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3127 ExitIsSetup(ExitSetup) {} in StackStateOfBB()
3133 bool ExitIsSetup = false; member
3165 BBState.EntryIsSetup = SPState[StackPred->getNumber()].ExitIsSetup; in verifyStackFrame()
3167 BBState.ExitIsSetup = BBState.EntryIsSetup; in verifyStackFrame()
3173 if (BBState.ExitIsSetup) in verifyStackFrame()
3176 BBState.ExitIsSetup = true; in verifyStackFrame()
3181 if (!BBState.ExitIsSetup) in verifyStackFrame()
3185 if (BBState.ExitIsSetup && AbsSPAdj != Size) { in verifyStackFrame()
3191 BBState.ExitIsSetup = false; in verifyStackFrame()
3201 SPState[Pred->getNumber()].ExitIsSetup != BBState.EntryIsSetup)) { in verifyStackFrame()
[all …]