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