Lines Matching defs:Size
103 WarnStackSize("warn-stack-size", cl::Hidden, cl::init((unsigned)-1),
104 cl::desc("Warn for stack size bigger than the given"
220 // Warn on stack size when we exceeds the given limit.
260 unsigned Size = I->getOperand(0).getImm();
261 if (Size > MaxCallFrameSize) MaxCallFrameSize = Size;
397 for (unsigned i = 0, e = CSI.size(); i != e; ++i) {
411 for (unsigned ri = 0, re = ReturnBlocks.size(); ri != re; ++ri) {
430 for (unsigned i = 0, e = CSI.size(); i != e; ++i) {
454 // If the stack grows down, add the object size to find the lowest address.
540 // If the stack grows down, we need to add the size to find the lowest
688 // overall stack size.
692 // Round up the size to a multiple of the alignment. If the function has