Home
last modified time | relevance | path

Searched defs:opsA (Results 1 – 3 of 3) sorted by relevance

/external/antlr/tool/src/main/java/org/antlr/analysis/
DSemanticContext.java736 HashSet<SemanticContext> opsA = new HashSet<SemanticContext>(getAndOperands(a)); in factorAnd() local
769 HashSet<SemanticContext> opsA = new HashSet<SemanticContext>(getOrOperands(a)); in factorOr() local
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp294 SmallVector<Operation *, 4> opsA; in canFuseLoops() local
/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp598 LogicalResult mlir::computeSliceUnion(ArrayRef<Operation *> opsA, in computeSliceUnion()