Searched refs:RecursionSet (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | JumpThreading.h | 133 SmallPtrSet<Value *, 4> &RecursionSet, Instruction *CxtI = nullptr); 139 SmallPtrSet<Value *, 4> RecursionSet; variable 141 RecursionSet, CxtI);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 561 ConstantPreference Preference, SmallPtrSet<Value *, 4> &RecursionSet, in computeValueKnownInPredecessorsImpl() argument 569 if (!RecursionSet.insert(V).second) in computeValueKnownInPredecessorsImpl() 631 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 647 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 669 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 671 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 707 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 725 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 855 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 877 WantInteger, RecursionSet, CxtI)) { in computeValueKnownInPredecessorsImpl()
|