Home
last modified time | relevance | path

Searched refs:ToSimplify (Results 1 – 4 of 4) 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/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()