Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1582 Value *ExitMainLoopAt = nullptr; run() local