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.cpp543 StringSet<> SeenOps; in checkSemantics() local
545 if (SeenOps.count(Op.Name)) { in checkSemantics()
563 SeenOps.insert(Op.Name); in checkSemantics()
573 if (SeenOps.count(Op.Name)) { in checkSemantics()
600 SeenOps.insert(Op.Name); in checkSemantics()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1803 SmallDenseSet<uint64_t, 4> SeenOps; in hasAllLocationOps() local
1806 SeenOps.insert(ExprOp.getArg(0)); in hasAllLocationOps()
1808 if (!SeenOps.contains(Idx)) in hasAllLocationOps()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3988 SmallPtrSet<const SCEV *, 16> SeenOps; member in __anon8884d99e0f11::SCEVSequentialMinMaxDeduplicatingVisitor
4020 if (!SeenOps.insert(S).second) in visit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2111 SmallPtrSet<SDNode*, 16> SeenOps; in visitTokenFactor() local
2153 if (SeenOps.insert(Op.getNode()).second) in visitTokenFactor()
2188 if (SeenOps.contains(Op)) { in visitTokenFactor()