Searched refs:RecursionSet (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 645 ConstantPreference Preference, DenseSet<Value *> &RecursionSet, in computeValueKnownInPredecessorsImpl() argument 651 if (!RecursionSet.insert(V).second) in computeValueKnownInPredecessorsImpl() 712 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 726 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 748 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 750 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 786 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 804 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 938 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 959 WantInteger, RecursionSet, CxtI)) { in computeValueKnownInPredecessorsImpl()
|