Lines Matching defs:StackRestorePoints
146 SmallVectorImpl<Instruction *> &StackRestorePoints);
164 /// in \p StackRestorePoints.
170 ArrayRef<Instruction *> StackRestorePoints,
381 SmallVectorImpl<Instruction *> &StackRestorePoints) {
405 StackRestorePoints.push_back(CI);
408 StackRestorePoints.push_back(LP);
429 ArrayRef<Instruction *> StackRestorePoints,
433 if (StackRestorePoints.empty())
452 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());