Home
last modified time | relevance | path

Searched refs:RecursionSet (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h121 DenseSet<std::pair<Value *, BasicBlock *>> &RecursionSet,
128 DenseSet<std::pair<Value *, BasicBlock *>> RecursionSet; variable
130 RecursionSet, CxtI);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp580 DenseSet<std::pair<Value *, BasicBlock *>> &RecursionSet, in ComputeValueKnownInPredecessorsImpl() argument
586 if (!RecursionSet.insert(std::make_pair(V, BB)).second) in ComputeValueKnownInPredecessorsImpl()
659 RecursionSet, CxtI); in ComputeValueKnownInPredecessorsImpl()
680 WantInteger, RecursionSet, CxtI); in ComputeValueKnownInPredecessorsImpl()
682 WantInteger, RecursionSet, CxtI); in ComputeValueKnownInPredecessorsImpl()
718 WantInteger, RecursionSet, CxtI); in ComputeValueKnownInPredecessorsImpl()
736 WantInteger, RecursionSet, CxtI); in ComputeValueKnownInPredecessorsImpl()
882 WantInteger, RecursionSet, CxtI); in ComputeValueKnownInPredecessorsImpl()
903 WantInteger, RecursionSet, CxtI)) { in ComputeValueKnownInPredecessorsImpl()