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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86VZeroUpper.cpp49 // BBState - Contains the state of each MBB: unknown, clean, dirty
50 SmallVector<uint8_t, 8> BBState; member in struct:__anon10519::VZeroUpperInserter
161 assert(BBState.empty());
162 BBState.resize(MF.getNumBlockIDs(), 0);
180 BBState.clear();
200 EntryState = computeState(EntryState, BBState[(*PI)->getNumber()]);
278 if (CurState != BBState[BBNum])
281 BBState[BBNum] = CurState;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DObjCARC.cpp1481 /// BBState - Per-BasicBlock state.
1482 class BBState { class in namespace:__anon10613
1508 BBState() : TopDownPathCount(0), BottomUpPathCount(0) {} function in class:__anon10613::BBState
1555 void InitFromPred(const BBState &Other);
1556 void InitFromSucc(const BBState &Other);
1557 void MergePred(const BBState &Other);
1558 void MergeSucc(const BBState &Other);
1583 void BBState::InitFromPred(const BBState &Other) {
1588 void BBState
[all...]

Completed in 76 milliseconds