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

  /external/ceres-solver/docs/
changes.tex 5 \subsection{API Changes}
120 \item Ability to build Ceres as a shared library (MacOS and Linux only), associated versioning and build release script changes.
127 \item Change the slop handling around zero for model cost changes to use
196 \item Logging level changes in ConjugateGradientsSolver
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 289 unsigned Changes;
291 Changes = 0;
347 ++Changes;
375 ++Changes;
379 } 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 \p Changes with
147 /// \p 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/llvm/lib/Target/R600/
SIInsertWaits.cpp 332 bool Changes = false;
349 Changes |= insertWait(MBB, I, handleOperands(*I));
354 Changes |= insertWait(MBB, MBB.getFirstTerminator(), LastIssued);
357 return Changes;
  /external/clang/lib/Parse/
ParseDecl.cpp 703 AvailabilityChange Changes[Unknown];
798 if (!Changes[Index].KeywordLoc.isInvalid()) {
801 << SourceRange(Changes[Index].KeywordLoc,
802 Changes[Index].VersionRange.getEnd());
805 Changes[Index].KeywordLoc = KeywordLoc;
806 Changes[Index].Version = Version;
807 Changes[Index].VersionRange = VersionRange;
827 // availability changes. Make sure that hasn't happened.
831 if (Changes[Index].KeywordLoc.isValid()) {
834 << SourceRange(Changes[Index].KeywordLoc
    [all...]

Completed in 913 milliseconds