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 208 /// isLoopSimplifyForm - Return true if the Loop is in the form that
211 bool Loop::isLoopSimplifyForm() const {
242 if (isLoopSimplifyForm()) {
279 if (isLoopSimplifyForm()) {
IVUsers.cpp 95 if (!DomLoop->isLoopSimplifyForm())
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 87 if (!L->isLoopSimplifyForm())
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 235 if (!L->isLoopSimplifyForm() || L->getUniqueExitBlock() == 0)
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 373 /// isLoopSimplifyForm - Return true if the Loop is in the form that
376 bool isLoopSimplifyForm() const;
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
LoopStrengthReduce.cpp     [all...]

Completed in 87 milliseconds