Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1437 Value *ExitMainLoopAt = nullptr; in run() local
1491 ExitMainLoopAt = Expander.expandCodeFor(ExitMainLoopAtSCEV, IVTy, InsertPt); in run()
1492 ExitMainLoopAt->setName("exit.mainloop.at"); in run()
1523 ExitMainLoopAt, PostLoopPreheader); in run()