Searched defs:BBState (Results 1 - 3 of 3) sorted by path

/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1658 StackStateOfBB BBState; local
1664 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue;
1665 BBState.EntryIsSetup = SPState[StackPred->getNumber()].ExitIsSetup;
1666 BBState.ExitValue = BBState.EntryValue;
1667 BBState.ExitIsSetup = BBState.EntryIsSetup;
1678 if (BBState.ExitIsSetup)
1680 BBState.ExitValue -= Size;
1681 BBState
[all...]
/external/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp294 BlockState &BBState = BlockStates[MBB.getNumber()]; local
298 if (BBState.FirstUnguardedCall != MBB.end())
299 insertVZeroUpper(BBState.FirstUnguardedCall, MBB);
304 if (BBState.ExitState == PASS_THROUGH) {
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp563 class BBState { class in namespace:__anon26266
592 BBState() : TopDownPathCount(0), BottomUpPathCount(0) { } function in class:__anon26266::BBState
651 void InitFromPred(const BBState &Other);
652 void InitFromSucc(const BBState &Other);
653 void MergePred(const BBState &Other);
654 void MergeSucc(const BBState &Other);
687 const unsigned BBState::OverflowOccurredValue = 0xffffffff;
690 void BBState::InitFromPred(const BBState &Other) {
695 void BBState
[all...]

Completed in 303 milliseconds