Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp227 std::optional<Range> computeSafeIterationSpace(ScalarEvolution &SE,
651 InductiveRangeCheck::computeSafeIterationSpace(ScalarEvolution &SE, in computeSafeIterationSpace() function in InductiveRangeCheck
1038 auto Result = IRC.computeSafeIterationSpace(SE, IndVar, in run()