Searched refs:RecursionSet (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | JumpThreading.h | 133 DenseSet<Value *> &RecursionSet, Instruction *CxtI = nullptr); 139 DenseSet<Value *> RecursionSet; variable 141 RecursionSet, CxtI);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 561 ConstantPreference Preference, DenseSet<Value *> &RecursionSet, in computeValueKnownInPredecessorsImpl() argument 569 if (!RecursionSet.insert(V).second) in computeValueKnownInPredecessorsImpl() 634 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 650 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 672 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 674 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 710 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 728 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 867 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 888 WantInteger, RecursionSet, CxtI)) { in computeValueKnownInPredecessorsImpl()
|