Home
last modified time | relevance | path

Searched refs:isLoopSimplifyForm (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp86 if (!L->isLoopSimplifyForm()) in runOnLoop()
/external/llvm/lib/Analysis/
DLoopInfo.cpp290 bool Loop::isLoopSimplifyForm() const { in isLoopSimplifyForm() function in Loop
/external/llvm/include/llvm/Analysis/
DLoopInfo.h604 bool isLoopSimplifyForm() const;
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp2006 if (!L->isLoopSimplifyForm()) in runOnLoop()
DLoopStrengthReduce.cpp3730 if (!L->isLoopSimplifyForm()) return; in LSRInstance()