HomeSort by relevance Sort by last modified time
    Searched refs:isLoopSimplifyForm (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Analysis/
LoopInfo.cpp 202 /// isLoopSimplifyForm - Return true if the Loop is in the form that
205 bool Loop::isLoopSimplifyForm() const {
236 if (isLoopSimplifyForm()) {
273 if (isLoopSimplifyForm()) {
IVUsers.cpp 95 if (!DomLoop->isLoopSimplifyForm())
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 91 if (!L->isLoopSimplifyForm())
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 236 if (!L->isLoopSimplifyForm() || !L->getUniqueExitBlock())
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 402 /// isLoopSimplifyForm - Return true if the Loop is in the form that
405 bool isLoopSimplifyForm() const;
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
LoopStrengthReduce.cpp     [all...]

Completed in 3093 milliseconds