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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1441 Value *ExitMainLoopAt = nullptr; local
1495 ExitMainLoopAt = Expander.expandCodeFor(ExitMainLoopAtSCEV, IVTy, InsertPt);
1496 ExitMainLoopAt->setName("exit.mainloop.at");
1527 ExitMainLoopAt, PostLoopPreheader);

Completed in 102 milliseconds