Home
last modified time | relevance | path

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

/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-10.0/llvm/lib/Transforms/Scalar/
DInstSimplifyPass.cpp33 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()
DLoopInstSimplify.cpp63 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/
DInstSimplifyPass.cpp35 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()
DLoopInstSimplify.cpp63 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/
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()