Lines Matching defs:heap
46 llvm::cl::desc("The maximum number of heap allocations to consider in one "
61 /// Means this SSA value was allocated on the heap in this function and has
64 /// Means this SSA value was allocated on the heap in this function and is a
236 "Number of heap allocations moved to the stack"};
449 // don't bother with the analysis if there are no heap allocations
454 << nAllocs << " heap allocations");
509 // lifetime longer than the current stack frame (e.g. a heap allocation which
538 mlir::Value heap, mlir::Value stack) {
539 mlir::Type heapTy = heap.getType();
582 // replace references to heap allocation with references to stack allocation
782 return "Move heap allocated array temporaries to the stack";