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

/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1628 ExitIsSetup(false) { }
1631 ExitIsSetup(ExitSetup) { }
1636 bool ExitIsSetup; member in struct:__anon25779::StackStateOfBB
1665 BBState.EntryIsSetup = SPState[StackPred->getNumber()].ExitIsSetup;
1667 BBState.ExitIsSetup = BBState.EntryIsSetup;
1678 if (BBState.ExitIsSetup)
1681 BBState.ExitIsSetup = true;
1690 if (!BBState.ExitIsSetup)
1694 if (BBState.ExitIsSetup && AbsSPAdj != Size) {
1700 BBState.ExitIsSetup
[all...]

Completed in 443 milliseconds