Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1411 Value *ExitMainLoopAt = nullptr; in run() local
1465 ExitMainLoopAt = Expander.expandCodeFor(ExitMainLoopAtSCEV, IVTy, InsertPt); in run()
1466 ExitMainLoopAt->setName("exit.mainloop.at"); in run()
1497 ExitMainLoopAt, PostLoopPreheader); in run()