Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DLoopAnalysis.cpp33 void mlir::buildTripCountMapAndOperands( in buildTripCountMapAndOperands() function in mlir
90 buildTripCountMapAndOperands(forOp, &map, &operands); in getConstantTripCount()
116 buildTripCountMapAndOperands(forOp, &map, &operands); in getLargestDivisorOfTripCount()
/external/llvm-project/mlir/include/mlir/Analysis/
DLoopAnalysis.h38 void buildTripCountMapAndOperands(AffineForOp forOp, AffineMap *map,
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp71 buildTripCountMapAndOperands(forOp, &tripCountMap, &tripCountOperands); in getCleanupLoopLowerBound()