Lines Matching refs:StackRestorePoints
166 SmallVectorImpl<Instruction *> &StackRestorePoints);
190 ArrayRef<Instruction *> StackRestorePoints,
391 SmallVectorImpl<Instruction *> &StackRestorePoints) { in findInsts() argument
415 StackRestorePoints.push_back(CI); in findInsts()
418 StackRestorePoints.push_back(LP); in findInsts()
439 ArrayRef<Instruction *> StackRestorePoints, in createStackRestorePoints() argument
443 if (StackRestorePoints.empty()) in createStackRestorePoints()
462 for (Instruction *I : StackRestorePoints) { in createStackRestorePoints()
774 SmallVector<Instruction *, 4> StackRestorePoints; in run() local
779 StackRestorePoints); in run()
782 ByValArguments.empty() && StackRestorePoints.empty()) in run()
789 if (!StackRestorePoints.empty()) in run()
839 IRB, F, StackRestorePoints, StaticTop, !DynamicAllocas.empty()); in run()