Searched refs:ToSimplify (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyInstructions.cpp | 40 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runImpl() local 52 if (!ToSimplify->empty() && !ToSimplify->count(I)) in runImpl() 77 std::swap(ToSimplify, Next); in runImpl() 79 } while (!ToSimplify->empty()); in runImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InstSimplifyPass.cpp | 33 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runImpl() local 48 if (!ToSimplify->empty() && !ToSimplify->count(&I)) in runImpl() 74 std::swap(ToSimplify, Next); in runImpl() 76 } while (!ToSimplify->empty()); in runImpl()
|
D | LoopInstSimplify.cpp | 63 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in simplifyLoopInst() local 99 bool IsFirstIteration = ToSimplify->empty(); in simplifyLoopInst() 101 if (!IsFirstIteration && !ToSimplify->count(&I)) in simplifyLoopInst() 134 ToSimplify->insert(UserI); in simplifyLoopInst() 168 std::swap(Next, ToSimplify); in simplifyLoopInst()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | InstSimplifyPass.cpp | 35 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runImpl() local 50 if (!ToSimplify->empty() && !ToSimplify->count(&I)) in runImpl() 76 std::swap(ToSimplify, Next); in runImpl() 78 } while (!ToSimplify->empty()); in runImpl()
|
D | LoopInstSimplify.cpp | 63 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in simplifyLoopInst() local 99 bool IsFirstIteration = ToSimplify->empty(); in simplifyLoopInst() 101 if (!IsFirstIteration && !ToSimplify->count(&I)) in simplifyLoopInst() 134 ToSimplify->insert(UserI); in simplifyLoopInst() 168 std::swap(Next, ToSimplify); in simplifyLoopInst()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInstSimplify.cpp | 84 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runOnLoop() local 115 if (!ToSimplify->empty() && !ToSimplify->count(I)) in runOnLoop() 181 std::swap(ToSimplify, Next); in runOnLoop()
|