Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/IRCE/
H A Drc-negative-bound.ll285 ; computeSafeIterationSpace).
336 ; computeSafeIterationSpace).
388 ; computeSafeIterationSpace).
479 ; computeSafeIterationSpace).
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp214 Optional<Range> computeSafeIterationSpace(ScalarEvolution &SE,
1580 InductiveRangeCheck::computeSafeIterationSpace( in computeSafeIterationSpace() function in InductiveRangeCheck
1949 auto Result = IRC.computeSafeIterationSpace(SE, IndVar, in run()