Searched refs:RecursionSet (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/ |
| H A D | JumpThreading.h | 132 DenseSet<Value *> &RecursionSet, Instruction *CxtI = nullptr); 138 DenseSet<Value *> RecursionSet; variable 140 RecursionSet, CxtI);
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 634 ConstantPreference Preference, DenseSet<Value *> &RecursionSet, in computeValueKnownInPredecessorsImpl() argument 640 if (!RecursionSet.insert(V).second) in computeValueKnownInPredecessorsImpl() 701 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 715 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 737 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 739 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 775 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 794 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 930 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 951 WantInteger, RecursionSet, CxtI)) { in computeValueKnownInPredecessorsImpl()
|