Home
last modified time | relevance | path

Searched refs:ToSimplify (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyInstructions.cpp48 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runOnFunction() local
59 if (!ToSimplify->empty() && !ToSimplify->count(I)) in runOnFunction()
77 std::swap(ToSimplify, Next); in runOnFunction()
79 } while (!ToSimplify->empty()); in runOnFunction()
/external/llvm/lib/Transforms/Utils/
DSimplifyInstructions.cpp40 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-7.0/llvm/lib/Transforms/Scalar/
DInstSimplifyPass.cpp33 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runImpl() local
45 if (!ToSimplify->empty() && !ToSimplify->count(I)) in runImpl()
72 std::swap(ToSimplify, Next); in runImpl()
74 } while (!ToSimplify->empty()); in runImpl()
DLoopInstSimplify.cpp61 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()
129 ToSimplify->insert(UserI); in simplifyLoopInst()
154 std::swap(Next, ToSimplify); in simplifyLoopInst()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopInstSimplify.cpp72 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runOnLoop() local
102 if (!ToSimplify->empty() && !ToSimplify->count(I)) in runOnLoop()
163 std::swap(ToSimplify, Next); in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp84 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()