HomeSort by relevance Sort by last modified time
    Searched defs:Changes (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 178 unsigned Changes;
180 Changes = 0;
236 ++Changes;
265 ++Changes;
269 } while (Changes);
  /external/llvm/lib/Support/
DAGDeltaAlgorithm.cpp 64 const changeset_ty &Changes;
119 void UpdatedSearchState(const changeset_ty &Changes,
122 DDA.UpdatedSearchState(Changes, Sets, Required);
146 /// GetTestResult - Get the test result for the active set \arg Changes with
147 /// \arg Required changes from the cache, executing the test if necessary.
149 /// \param Changes - The set of active changes being minimized, which should
151 /// \param Required - The set of changes which have previously been
154 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
157 /// Helper object for minimizing an active set of changes
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 547 AvailabilityChange Changes[Unknown];
630 if (!Changes[Index].KeywordLoc.isInvalid()) {
633 << SourceRange(Changes[Index].KeywordLoc,
634 Changes[Index].VersionRange.getEnd());
637 Changes[Index].KeywordLoc = KeywordLoc;
638 Changes[Index].Version = Version;
639 Changes[Index].VersionRange = VersionRange;
659 // availability changes. Make sure that hasn't happened.
663 if (Changes[Index].KeywordLoc.isValid()) {
666 << SourceRange(Changes[Index].KeywordLoc
    [all...]

Completed in 196 milliseconds