HomeSort by relevance Sort by last modified time
    Searched refs:BBState (Results 1 - 3 of 3) 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;
176 assert(BBState.empty());
177 BBState.resize(MF.getNumBlockIDs(), 0);
195 BBState.clear();
215 EntryState = computeState(EntryState, BBState[(*PI)->getNumber()]);
293 if (CurState != BBState[BBNum])
296 BBState[BBNum] = CurState;
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 650 class BBState {
677 BBState() : TopDownPathCount(0), BottomUpPathCount(0) {}
736 void InitFromPred(const BBState &Other);
737 void InitFromSucc(const BBState &Other);
738 void MergePred(const BBState &Other);
739 void MergeSucc(const BBState &Other);
771 void BBState::InitFromPred(const BBState &Other) {
776 void BBState::InitFromSucc(const BBState &Other)
    [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]

Completed in 67 milliseconds