Searched refs:RecursionSet (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
| D | JumpThreading.h | 130 DenseSet<std::pair<Value *, BasicBlock *>> &RecursionSet, 137 DenseSet<std::pair<Value *, BasicBlock *>> RecursionSet; variable 139 RecursionSet, CxtI);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | JumpThreading.cpp | 596 DenseSet<std::pair<Value *, BasicBlock *>> &RecursionSet, in ComputeValueKnownInPredecessorsImpl() argument 602 if (!RecursionSet.insert(std::make_pair(V, BB)).second) in ComputeValueKnownInPredecessorsImpl() 675 RecursionSet, CxtI); in ComputeValueKnownInPredecessorsImpl() 696 WantInteger, RecursionSet, CxtI); in ComputeValueKnownInPredecessorsImpl() 698 WantInteger, RecursionSet, CxtI); in ComputeValueKnownInPredecessorsImpl() 734 WantInteger, RecursionSet, CxtI); in ComputeValueKnownInPredecessorsImpl() 752 WantInteger, RecursionSet, CxtI); in ComputeValueKnownInPredecessorsImpl() 898 WantInteger, RecursionSet, CxtI); in ComputeValueKnownInPredecessorsImpl() 919 WantInteger, RecursionSet, CxtI)) { in ComputeValueKnownInPredecessorsImpl()
|