Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1803 bool ExpandBECount = canExpandBackedgeTakenCount(L, SE); in runOnLoop() local
1804 if (EnableIVRewrite && ExpandBECount) { in runOnLoop()
1867 else if (!EnableIVRewrite && ExpandBECount && needsLFTR(L, DT)) { in runOnLoop()
1873 if (ExpandBECount && IndVar) { in runOnLoop()