Lines Matching defs:StackRestorePoints
147 SmallVectorImpl<Instruction *> &StackRestorePoints);
165 /// in \p StackRestorePoints.
171 ArrayRef<Instruction *> StackRestorePoints,
382 SmallVectorImpl<Instruction *> &StackRestorePoints) {
406 StackRestorePoints.push_back(CI);
409 StackRestorePoints.push_back(LP);
430 ArrayRef<Instruction *> StackRestorePoints,
434 if (StackRestorePoints.empty())
453 for (Instruction *I : StackRestorePoints) {
769 SmallVector<Instruction *, 4> StackRestorePoints;
774 StackRestorePoints);
777 ByValArguments.empty() && StackRestorePoints.empty())
784 if (!StackRestorePoints.empty())
834 IRB, F, StackRestorePoints, StaticTop, !DynamicAllocas.empty());