Searched refs:ToSimplify (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InstSimplifyPass.cpp | 29 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runImpl() local 44 if (!ToSimplify->empty() && !ToSimplify->count(&I)) in runImpl() 70 std::swap(ToSimplify, Next); in runImpl() 72 } while (!ToSimplify->empty()); in runImpl()
|
| H A D | LoopInstSimplify.cpp | 54 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in simplifyLoopInst() local 90 bool IsFirstIteration = ToSimplify->empty(); in simplifyLoopInst() 92 if (!IsFirstIteration && !ToSimplify->count(&I)) in simplifyLoopInst() 127 ToSimplify->insert(UserI); in simplifyLoopInst() 161 std::swap(Next, ToSimplify); in simplifyLoopInst()
|