Home
last modified time | relevance | path

Searched refs:SeenOps (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp582 StringSet<> SeenOps; in checkSemantics() local
584 if (SeenOps.contains(Op.Name)) { in checkSemantics()
602 SeenOps.insert(Op.Name); in checkSemantics()
612 if (SeenOps.contains(Op.Name)) { in checkSemantics()
639 SeenOps.insert(Op.Name); in checkSemantics()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp2081 SmallDenseSet<uint64_t, 4> SeenOps; in hasAllLocationOps() local
2084 SeenOps.insert(ExprOp.getArg(0)); in hasAllLocationOps()
2086 if (!SeenOps.contains(Idx)) in hasAllLocationOps()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3955 SmallPtrSet<const SCEV *, 16> SeenOps; member in __anon8884d99e1711::SCEVSequentialMinMaxDeduplicatingVisitor
3987 if (!SeenOps.insert(S).second) in visit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2193 SmallPtrSet<SDNode*, 16> SeenOps; in visitTokenFactor() local
2235 if (SeenOps.insert(Op.getNode()).second) in visitTokenFactor()
2270 if (SeenOps.contains(Op)) { in visitTokenFactor()