Lines Matching full:stack
1 //===- DemoteRegToStack.cpp - Move a virtual register to the stack --------===//
12 // the stack frame, allocated via alloca. It returns the pointer to the
27 /// Instruction and replaces it with a slot in the stack frame, allocated via
30 /// the alloca inserted to create a stack slot for I.
39 // Create a stack slot to hold the value.
50 // Change all of the users of the instruction to read from the stack slot
84 // Insert stores of the computed value into the stack slot. We have to be
92 // We cannot demote invoke instructions to the stack if their normal edge
109 /// node and replaces it with a slot in the stack frame, allocated via alloca.
117 // Create a stack slot to hold the value.