Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3784 ExitIsSetup(ExitSetup) {} in StackStateOfBB()
3790 bool ExitIsSetup = false; member
3822 BBState.EntryIsSetup = SPState[StackPred->getNumber()].ExitIsSetup; in verifyStackFrame()
3824 BBState.ExitIsSetup = BBState.EntryIsSetup; in verifyStackFrame()
3839 if (BBState.ExitIsSetup) in verifyStackFrame()
3845 BBState.ExitIsSetup = true; in verifyStackFrame()
3850 if (!BBState.ExitIsSetup) in verifyStackFrame()
3854 if (BBState.ExitIsSetup && AbsSPAdj != Size) { in verifyStackFrame()
3863 BBState.ExitIsSetup = false; in verifyStackFrame()
3873 SPState[Pred->getNumber()].ExitIsSetup != BBState.EntryIsSetup)) { in verifyStackFrame()
[all …]