Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1182 Value *ExitMainLoopAt = nullptr; in run() local
1220 ExitMainLoopAt = Expander.expandCodeFor(ExitMainLoopAtSCEV, IVTy, InsertPt); in run()
1221 ExitMainLoopAt->setName("exit.mainloop.at"); in run()
1252 ExitMainLoopAt, PostLoopPreheader); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1507 Value *ExitMainLoopAt = nullptr; in run() local
1565 ExitMainLoopAt = Expander.expandCodeFor(ExitMainLoopAtSCEV, IVTy, InsertPt); in run()
1566 ExitMainLoopAt->setName("exit.mainloop.at"); in run()
1597 ExitMainLoopAt, PostLoopPreheader); in run()