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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopPeel.cpp 308 if (!PP.AllowLoopNestsPeeling && !L->isInnermost())
633 PP.AllowLoopNestsPeeling = false;
646 PP.AllowLoopNestsPeeling = UnrollAllowLoopNestsPeeling;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 537 bool AllowLoopNestsPeeling;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 552 PP.AllowLoopNestsPeeling = false;

Completed in 26 milliseconds