Searched refs:isOuterMostDepPositive (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 198 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive() function 225 if (isOuterMostDepPositive(DepMatrix, Row, OuterLoopId)) in validDepInterchange()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 199 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive() function 225 if (isOuterMostDepPositive(DepMatrix, Row, OuterLoopId)) in validDepInterchange()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 197 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive() function 223 if (isOuterMostDepPositive(DepMatrix, Row, OuterLoopId)) in validDepInterchange()
|