Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopInfo.cpp185 bool Loop::isLoopSimplifyForm() const { in isLoopSimplifyForm() function in Loop
209 if (isLoopSimplifyForm()) { in getLoopID()
246 if (isLoopSimplifyForm()) { in setLoopID()
DIVUsers.cpp99 if (!DomLoop->isLoopSimplifyForm()) in isSimplifiedLoopNest()
/external/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp92 if (!L->isLoopSimplifyForm()) in runOnLoop()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DLoopExtractor.cpp87 if (!L->isLoopSimplifyForm()) in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp363 assert(L->isLoopSimplifyForm() && "Must put loop into normal form first."); in analyzeLoopUnrollCost()
925 if (!L->isLoopSimplifyForm()) { in tryToUnrollLoop()
DInductiveRangeCheckElimination.cpp625 assert(L.isLoopSimplifyForm() && "should follow from addRequired<>"); in parseLoopStructure()
DIndVarSimplify.cpp2111 if (!L->isLoopSimplifyForm()) in run()
DLoopStrengthReduce.cpp4775 if (!L->isLoopSimplifyForm()) in LSRInstance()
5004 if (EnablePhiElim && L->isLoopSimplifyForm()) { in runOnLoop()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopInfo.cpp294 bool Loop::isLoopSimplifyForm() const { in isLoopSimplifyForm() function in Loop
/external/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp442 if (!L->isLoopSimplifyForm()) in UnrollRuntimeLoopRemainder()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h405 bool isLoopSimplifyForm() const;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h611 bool isLoopSimplifyForm() const;
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1746 if (!L->isLoopSimplifyForm()) in runOnLoop()
DLoopStrengthReduce.cpp3807 if (!L->isLoopSimplifyForm()) return; in LSRInstance()