Searched refs:RecursionSet (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/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);
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 654 ConstantPreference Preference, DenseSet<Value *> &RecursionSet, in computeValueKnownInPredecessorsImpl() argument 660 if (!RecursionSet.insert(V).second) in computeValueKnownInPredecessorsImpl() 724 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 738 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 760 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 762 RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 798 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 817 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 953 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 974 WantInteger, RecursionSet, CxtI)) { in computeValueKnownInPredecessorsImpl()
|