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

  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 108 assert(!(DidOverflow && IsOverflow) && "unexpected repeated overflow");
109 DidOverflow |= IsOverflow;
208 if (DidOverflow)
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 335 /// \a DidOverflow indicates whether \a Total did overflow while adding to
341 bool DidOverflow; ///< Whether \a Total did overflow.
343 Distribution() : Total(0), DidOverflow(false) {}
    [all...]

Completed in 3186 milliseconds