Searched refs:isInner (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/Analysis/ |
D | temporaries.cpp | 291 bool testRecursiveFrames(bool isInner) { in testRecursiveFrames() argument 292 if (isInner || in testRecursiveFrames()
|
/external/llvm-project/clang/test/Analysis/ |
D | temporaries.cpp | 313 bool testRecursiveFrames(bool isInner) { in testRecursiveFrames() argument 314 if (isInner || in testRecursiveFrames()
|
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
D | Sparsification.cpp | 665 bool isOuter, bool isInner, unsigned idx, in genFor() argument 788 bool isInner = at == topSort.size() - 1; in genLoop() local 789 return genFor(merger, codegen, rewriter, op, isOuter, isInner, idx, in genLoop()
|