Searched refs:ToSimplify (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | InstSimplifyPass.cpp | 31 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runImpl() local 46 if (!ToSimplify->empty() && !ToSimplify->count(&I)) in runImpl() 72 std::swap(ToSimplify, Next); in runImpl() 74 } while (!ToSimplify->empty()); in runImpl()
|
| H A D | LoopInstSimplify.cpp | 58 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in simplifyLoopInst() local 94 bool IsFirstIteration = ToSimplify->empty(); in simplifyLoopInst() 96 if (!IsFirstIteration && !ToSimplify->count(&I)) in simplifyLoopInst() 131 ToSimplify->insert(UserI); in simplifyLoopInst() 165 std::swap(Next, ToSimplify); in simplifyLoopInst()
|