HomeSort by relevance Sort by last modified time
    Searched refs:BBState (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/
X86VZeroUpper.cpp 49 // BBState - Contains the state of each MBB: unknown, clean, dirty
50 SmallVector<uint8_t, 8> BBState;
171 assert(BBState.empty());
172 BBState.resize(MF.getNumBlockIDs(), 0);
190 BBState.clear();
210 EntryState = computeState(EntryState, BBState[(*PI)->getNumber()]);
288 if (CurState != BBState[BBNum])
291 BBState[BBNum] = CurState;
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 525 class BBState {
552 BBState() : TopDownPathCount(0), BottomUpPathCount(0) {}
599 void InitFromPred(const BBState &Other);
600 void InitFromSucc(const BBState &Other);
601 void MergePred(const BBState &Other);
602 void MergeSucc(const BBState &Other);
627 void BBState::InitFromPred(const BBState &Other) {
632 void BBState::InitFromSucc(const BBState &Other)
    [all...]

Completed in 35 milliseconds