Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp192 Optional<Range> computeSafeIterationSpace(ScalarEvolution &SE,
1308 InductiveRangeCheck::computeSafeIterationSpace(ScalarEvolution &SE, in computeSafeIterationSpace() function in InductiveRangeCheck
1457 auto Result = IRC->computeSafeIterationSpace(SE, IndVar, B); in runOnLoop()