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

  /external/llvm/tools/bugpoint/
ListReducer.h 87 unsigned MaxIterations = MaxIterationsWithoutProgress;
100 NumOfIterationsWithoutProgress > MaxIterations) {
111 MaxIterations += 2;
131 MaxIterations = MaxIterationsWithoutProgress;
139 MaxIterations = MaxIterationsWithoutProgress;
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ListReducer.h 82 unsigned MaxIterations = MaxIterationsWithoutProgress;
95 NumOfIterationsWithoutProgress > MaxIterations) {
106 MaxIterations += 2;
126 MaxIterations = MaxIterationsWithoutProgress;
134 MaxIterations = MaxIterationsWithoutProgress;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
CGSCCPassManager.h 633 explicit DevirtSCCRepeatedPass(PassT Pass, int MaxIterations,
635 : Pass(std::move(Pass)), MaxIterations(MaxIterations),
638 /// Runs the wrapped pass up to \c MaxIterations on the SCC, iterating
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
CGSCCPassManager.h 633 explicit DevirtSCCRepeatedPass(PassT Pass, int MaxIterations,
635 : Pass(std::move(Pass)), MaxIterations(MaxIterations),
638 /// Runs the wrapped pass up to \c MaxIterations on the SCC, iterating
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
CGSCCPassManager.h 633 explicit DevirtSCCRepeatedPass(PassT Pass, int MaxIterations,
635 : Pass(std::move(Pass)), MaxIterations(MaxIterations),
638 /// Runs the wrapped pass up to \c MaxIterations on the SCC, iterating
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CGSCCPassManager.h 633 explicit DevirtSCCRepeatedPass(PassT Pass, int MaxIterations,
635 : Pass(std::move(Pass)), MaxIterations(MaxIterations),
638 /// Runs the wrapped pass up to \c MaxIterations on the SCC, iterating
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
CGSCCPassManager.h 633 explicit DevirtSCCRepeatedPass(PassT Pass, int MaxIterations,
635 : Pass(std::move(Pass)), MaxIterations(MaxIterations),
638 /// Runs the wrapped pass up to \c MaxIterations on the SCC, iterating
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
CGSCCPassManager.h 633 explicit DevirtSCCRepeatedPass(PassT Pass, int MaxIterations,
635 : Pass(std::move(Pass)), MaxIterations(MaxIterations),
638 /// Runs the wrapped pass up to \c MaxIterations on the SCC, iterating
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
CGSCCPassManager.h 633 explicit DevirtSCCRepeatedPass(PassT Pass, int MaxIterations,
635 : Pass(std::move(Pass)), MaxIterations(MaxIterations),
638 /// Runs the wrapped pass up to \c MaxIterations on the SCC, iterating
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CGSCCPassManager.h 633 explicit DevirtSCCRepeatedPass(PassT Pass, int MaxIterations,
635 : Pass(std::move(Pass)), MaxIterations(MaxIterations),
638 /// Runs the wrapped pass up to \c MaxIterations on the SCC, iterating
    [all...]

Completed in 687 milliseconds