Lines Matching defs:heap
32 /// Otherwise the allocation should be moved to the heap (`fir.allocmem`).
36 // Move all arrays and character with runtime determined size to the heap.
51 // the heap.
71 auto heap = builder.create<fir::AllocMemOp>(alloca.getLoc(), varTy, uniqName,
75 << " with " << heap << '\n');
76 return heap;
90 /// Currently, implements two conversions from stack to heap allocation.
92 /// make it a heap allocation.
94 /// it a heap allocation.
129 << "dynamic arrays on heap: " << options.dynamicArrayOnHeap