Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Transforms/
H A DMem2Reg.h22 llvm::Statistic *newBlockArgumentAmount = nullptr; member
H A DPasses.td391 Statistic<"newBlockArgumentAmount",
/llvm-project/mlir/lib/Transforms/
H A DMem2Reg.cpp504 if (statistics.newBlockArgumentAmount) in computeReachingDefInRegion()
505 (*statistics.newBlockArgumentAmount)++; in computeReachingDefInRegion()
711 Mem2RegStatistics statistics{&promotedAmount, &newBlockArgumentAmount}; in runOnOperation()