Home
last modified time | relevance | path

Searched refs:DeleteCurrentLoop (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp138 bool DeleteCurrentLoop = false; member in __anon7bb98f840111::ConstantTerminatorFoldingImpl
162 if (!DeleteCurrentLoop) in dump()
183 if (!DeleteCurrentLoop) in dump()
282 DeleteCurrentLoop = !IsEdgeLive(L.getLoopLatch(), L.getHeader()); in analyze()
286 if (DeleteCurrentLoop) in analyze()
557 if (DeleteCurrentLoop) { in run()
618 return DeleteCurrentLoop; in foldingBreaksCurrentLoop()
700 bool DeleteCurrentLoop = false; in run() local
703 DeleteCurrentLoop)) in run()
706 if (DeleteCurrentLoop) in run()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp133 bool DeleteCurrentLoop = false; member in __anone18ff44a0111::ConstantTerminatorFoldingImpl
157 if (!DeleteCurrentLoop) in dump()
178 if (!DeleteCurrentLoop) in dump()
281 DeleteCurrentLoop = !IsEdgeLive(L.getLoopLatch(), L.getHeader()); in analyze()
285 if (DeleteCurrentLoop) in analyze()
562 if (DeleteCurrentLoop) { in run()
638 return DeleteCurrentLoop; in foldingBreaksCurrentLoop()
724 bool DeleteCurrentLoop = false; in run() local
726 DeleteCurrentLoop)) in run()
729 if (DeleteCurrentLoop) in run()
[all …]