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

/external/llvm/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:__anon9032::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;
/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp1481 /// BBState - Per-BasicBlock state.
1482 class BBState { class in namespace:__anon9126
1508 BBState() : TopDownPathCount(0), BottomUpPathCount(0) {} function in class:__anon9126::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 1440 milliseconds