Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp743 Value *ExitMainLoopAt = nullptr; in run() local
797 ExitMainLoopAt = Expander.expandCodeFor(ExitMainLoopAtSCEV, IVTy, InsertPt); in run()
798 ExitMainLoopAt->setName("exit.mainloop.at"); in run()
829 ExitMainLoopAt, PostLoopPreheader); in run()