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 | 139 SmallPtrSet<Value *, 4> &RecursionSet, Instruction *CxtI = nullptr); 145 SmallPtrSet<Value *, 4> RecursionSet; variable 147 RecursionSet, CxtI);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 558 ConstantPreference Preference, SmallPtrSet<Value *, 4> &RecursionSet, in computeValueKnownInPredecessorsImpl() argument 566 if (!RecursionSet.insert(V).second) in computeValueKnownInPredecessorsImpl() 628 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 644 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 666 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 668 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 704 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 722 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 852 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 874 WantInteger, RecursionSet, CxtI)) { in computeValueKnownInPredecessorsImpl()
|