Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp4120 unsigned NumPartitions = 0; in splitAlloca() local
4174 ++NumPartitions; in splitAlloca()
4177 NumAllocaPartitions += NumPartitions; in splitAlloca()
4179 std::max<unsigned>(NumPartitions, MaxPartitionsPerAlloca); in splitAlloca()