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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1440 Value *ExitPreLoopAt = nullptr; local
1468 ExitPreLoopAt = Expander.expandCodeFor(ExitPreLoopAtSCEV, IVTy, InsertPt);
1469 ExitPreLoopAt->setName("exit.preloop.at");
1515 ExitPreLoopAt, MainLoopPreheader);

Completed in 157 milliseconds