HomeSort by: relevance | last modified time | path
    Searched refs:UsePostIncrementRanges (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 81 bool HasGuards, bool UsePostIncrementRanges);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 1010 bool UsePostIncrementRanges;
1083 bool HasGuards, bool UsePostIncrementRanges = true);
1175 bool HasGuards, bool UsePostIncrementRanges)
1178 HasGuards(HasGuards), UsePostIncrementRanges(UsePostIncrementRanges),
1912 if (UsePostIncrementRanges)
2091 bool HasGuards, bool UsePostIncrementRanges) {
2092 WidenIV Widener(WI, LI, SE, DT, DeadInsts, HasGuards, UsePostIncrementRanges);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 121 static cl::opt<bool> UsePostIncrementRanges(
643 HasGuards, UsePostIncrementRanges)) {

Completed in 22 milliseconds