Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp1320 int64_t totalSizeInBytes = 0; in getMemoryFootprintBytes() local
1325 totalSizeInBytes += size.value(); in getMemoryFootprintBytes()
1327 return totalSizeInBytes; in getMemoryFootprintBytes()