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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
JumpThreading.h 87 bool HasGuards = false;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h 1219 bool HasGuards;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 602 bool HasGuards = GuardDecl && !GuardDecl->use_empty();
643 HasGuards, UsePostIncrementRanges)) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 1008 bool HasGuards;
1083 bool HasGuards, bool UsePostIncrementRanges = true);
1175 bool HasGuards, bool UsePostIncrementRanges)
1178 HasGuards(HasGuards), UsePostIncrementRanges(UsePostIncrementRanges),
2013 if (!HasGuards)
2091 bool HasGuards, bool UsePostIncrementRanges) {
2092 WidenIV Widener(WI, LI, SE, DT, DeadInsts, HasGuards, UsePostIncrementRanges);

Completed in 24 milliseconds