Searched refs:isLoopSimplifyForm (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DLoopExtractor.cpp87 if (!L->isLoopSimplifyForm())
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DIVUsers.cpp95 if (!DomLoop->isLoopSimplifyForm())
H A DLoopInfo.cpp204 /// isLoopSimplifyForm - Return true if the Loop is in the form that
207 bool Loop::isLoopSimplifyForm() const { function in class:Loop
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp235 if (!L->isLoopSimplifyForm() || L->getUniqueExitBlock() == 0)
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DLoopInfo.h376 /// isLoopSimplifyForm - Return true if the Loop is in the form that
379 bool isLoopSimplifyForm() const;
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1700 if (!L->isLoopSimplifyForm())
H A DLoopStrengthReduce.cpp4599 if (!L->isLoopSimplifyForm())

Completed in 175 milliseconds