Searched refs:RecursionSet (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | JumpThreading.h | 134 DenseSet<Value *> &RecursionSet, Instruction *CxtI = nullptr); 140 DenseSet<Value *> RecursionSet; variable 142 RecursionSet, CxtI);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 644 ConstantPreference Preference, DenseSet<Value *> &RecursionSet, in computeValueKnownInPredecessorsImpl() argument 650 if (!RecursionSet.insert(V).second) in computeValueKnownInPredecessorsImpl() 711 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 725 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 747 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 749 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 785 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 803 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 937 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 958 WantInteger, RecursionSet, CxtI)) { in computeValueKnownInPredecessorsImpl()
|