Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp749 Value *ExitMainLoopAt = nullptr; in run() local
803 ExitMainLoopAt = Expander.expandCodeFor(ExitMainLoopAtSCEV, IVTy, InsertPt); in run()
804 ExitMainLoopAt->setName("exit.mainloop.at"); in run()
835 ExitMainLoopAt, PostLoopPreheader); in run()