Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dtemporaries.cpp291 bool testRecursiveFrames(bool isInner) { in testRecursiveFrames() argument
292 if (isInner || in testRecursiveFrames()
/external/llvm-project/clang/test/Analysis/
Dtemporaries.cpp313 bool testRecursiveFrames(bool isInner) { in testRecursiveFrames() argument
314 if (isInner || in testRecursiveFrames()
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DSparsification.cpp665 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()