Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.cpp533 StringSet<> SeenOps; in checkSemantics() local
535 if (SeenOps.count(Op.Name)) { in checkSemantics()
553 SeenOps.insert(Op.Name); in checkSemantics()
563 if (SeenOps.count(Op.Name)) { in checkSemantics()
590 SeenOps.insert(Op.Name); in checkSemantics()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1716 SmallDenseSet<uint64_t, 4> SeenOps; in hasAllLocationOps() local
1719 SeenOps.insert(ExprOp.getArg(0)); in hasAllLocationOps()
1721 if (!SeenOps.contains(Idx)) in hasAllLocationOps()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3983 SmallPtrSet<const SCEV *, 16> SeenOps; member in __anon857eba541011::SCEVSequentialMinMaxDeduplicatingVisitor
4015 if (!SeenOps.insert(S).second) in visit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2195 SmallPtrSet<SDNode*, 16> SeenOps; in visitTokenFactor() local
2237 if (SeenOps.insert(Op.getNode()).second) in visitTokenFactor()
2272 if (SeenOps.contains(Op)) { in visitTokenFactor()