Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1439 Value *ExitMainLoopAt = nullptr; in run() local
1493 ExitMainLoopAt = Expander.expandCodeFor(ExitMainLoopAtSCEV, IVTy, InsertPt); in run()
1494 ExitMainLoopAt->setName("exit.mainloop.at"); in run()
1525 ExitMainLoopAt, PostLoopPreheader); in run()