Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IRCE/
Drc-negative-bound.ll304 ; computeSafeIterationSpace).
355 ; computeSafeIterationSpace).
407 ; computeSafeIterationSpace).
508 ; computeSafeIterationSpace).
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp187 Optional<Range> computeSafeIterationSpace(ScalarEvolution &SE,
1279 InductiveRangeCheck::computeSafeIterationSpace( in computeSafeIterationSpace() function in InductiveRangeCheck
1428 auto Result = IRC.computeSafeIterationSpace(SE, IndVar); in runOnLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp229 Optional<Range> computeSafeIterationSpace(ScalarEvolution &SE,
1656 InductiveRangeCheck::computeSafeIterationSpace( in computeSafeIterationSpace() function in InductiveRangeCheck
1929 auto Result = IRC.computeSafeIterationSpace(SE, IndVar, in run()