HomeSort by: relevance | last modified time | path
    Searched defs:Force (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/pkg_install/dist/lib/
global.c 38 Boolean Force = FALSE;
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/Rename/
USRFindingAction.h 46 ArrayRef<std::string> QualifiedNames, bool Force)
48 ErrorOccurred(false), Force(Force) {}
61 bool Force;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
UnrollLoop.h 71 bool Force;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
USRFindingAction.cpp 231 bool Force, bool &ErrorOccurred)
233 SpellingNames(SpellingNames), USRList(USRList), Force(Force),
269 if (Force) {
305 bool Force;
311 SymbolOffsets, QualifiedNames, SpellingNames, USRList, Force,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h 44 /// for example 'force', means a decision has been made. So, we need to be
75 Hint Force;
141 if ((ForceKind)Force.Value == FK_Undefined &&
144 return (ForceKind)Force.Value;
158 /// If hints are provided that force vectorization, use the AlwaysPrint
159 /// pass name to force the frontend to print the diagnostic.
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SplitKit.cpp 478 bool Force = LI->hasSubRanges();
479 ValueForcePair FP(Force ? nullptr : VNI, Force);
486 if (!Force && InsP.second)
495 InsP.first->second = ValueForcePair(nullptr, Force);
508 // set the force bit.
1488 // Force rematted values to be recomputed everywhere.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 488 bool Force;

Completed in 29 milliseconds