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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1210 Value *ExitPreLoopAt = nullptr; local
1230 ExitPreLoopAt = Expander.expandCodeFor(ExitPreLoopAtSCEV, IVTy, InsertPt);
1231 ExitPreLoopAt->setName("exit.preloop.at");
1269 ExitPreLoopAt, MainLoopPreheader);

Completed in 51 milliseconds