Home
last modified time | relevance | path

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

/external/antlr/tool/src/main/java/org/antlr/analysis/
DSemanticContext.java737 HashSet<SemanticContext> opsB = new HashSet<SemanticContext>(getAndOperands(b)); in factorAnd() local
770 HashSet<SemanticContext> opsB = new HashSet<SemanticContext>(getOrOperands(b)); in factorOr() local
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp301 SmallVector<Operation *, 4> opsB; in canFuseLoops() local
/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp599 ArrayRef<Operation *> opsB, in computeSliceUnion()