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

  /external/llvm/include/llvm/
PassAnalysisSupport.h 41 // Sets of analyses required and preserved by a pass
42 VectorType Required, RequiredTransitive, Preserved;
48 // addRequired - Add the specified ID to the required set of the usage info
107 const VectorType &getRequiredSet() const { return Required; }
162 // that are required by the current pass (to implement getAnalysis()).
213 "'required' by pass!");
  /external/llvm/lib/Support/
DAGDeltaAlgorithm.cpp 26 // the required set, we no longer consider them for elimination. For strictly
29 // this by allowing the required set to be minimized as well, but need more test
121 const changeset_ty &Required) {
122 DDA.UpdatedSearchState(Changes, Sets, Required);
147 /// \arg Required changes from the cache, executing the test if necessary.
151 /// \param Required - The set of changes which have previously been
152 /// established to be required.
154 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
161 const changeset_ty &Required;
167 DDAI.UpdatedSearchState(Changes, Sets, Required);
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 60 Required = 0,
  /external/llvm/include/llvm/Support/
CommandLine.h 88 Required = 0x03, // One occurrence required
89 OneOrMore = 0x04, // One or more occurrences required
92 // last positional argument required by the application (it is an error if
103 enum ValueExpected { // Is a value required for the option?
105 ValueRequired = 0x10, // The value is required to appear!
134 Positional = 0x080, // Is a positional argument, no '-' required
458 // Insert the first value, which is required.
571 // In which case, the value is required. Otherwise if an arg str has not
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 114 enum ImplementationControl { None, Required, Optional };
138 /// @required/@optional
578 /// completed by the external AST source when required.
598 /// when a complete class is required.
    [all...]

Completed in 431 milliseconds