Searched refs:validDepInterchange (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 221 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange() function 272 else if (!validDepInterchange(DepMatrix, Row, OuterLoopId, InnerDep, in isLegalToInterChangeLoops()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 220 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange() function 268 if (!validDepInterchange(DepMatrix, Row, OuterLoopId, InnerDep, OuterDep)) in isLegalToInterChangeLoops()
|