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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
LoopUnrollPass.h 64 Optional<bool> AllowRuntime;
94 AllowRuntime = Runtime;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
UnrollLoop.h 72 bool AllowRuntime;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 265 /// If AllowRuntime is true then UnrollLoop will consider unrolling loops that
339 (ULO.TripCount == 0 && ULO.Count > 0 && ULO.AllowRuntime);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 1470 /*Threshold*/ None, UnrollOpts.AllowPartial, UnrollOpts.AllowRuntime,

Completed in 21 milliseconds