Searched defs:getConstantTripCount (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Dialect/Affine/Analysis/ | ||
H A D | LoopAnalysis.cpp | 88 std::optional<uint64_t> mlir::affine::getConstantTripCount(AffineForOp forOp) { getConstantTripCount() function in mlir::affine |
/llvm-project/mlir/lib/Dialect/SCF/Utils/ | ||
H A D | Utils.cpp | 299 static std::optional<int64_t> getConstantTripCount(scf::ForOp forOp) { getConstantTripCount() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | ScalarEvolution.cpp | 8182 static unsigned getConstantTripCount(const SCEVConstant *ExitCount) { getConstantTripCount() function |