Lines Matching refs:StackRestorePoints
144 SmallVectorImpl<Instruction *> &StackRestorePoints);
170 ArrayRef<Instruction *> StackRestorePoints,
410 SmallVectorImpl<Instruction *> &StackRestorePoints) { in findInsts() argument
431 StackRestorePoints.push_back(CI); in findInsts()
434 StackRestorePoints.push_back(LP); in findInsts()
456 ArrayRef<Instruction *> StackRestorePoints, in createStackRestorePoints() argument
460 if (StackRestorePoints.empty()) in createStackRestorePoints()
479 for (Instruction *I : StackRestorePoints) { in createStackRestorePoints()
770 SmallVector<Instruction *, 4> StackRestorePoints; in runOnFunction() local
775 StackRestorePoints); in runOnFunction()
778 ByValArguments.empty() && StackRestorePoints.empty()) in runOnFunction()
785 if (!StackRestorePoints.empty()) in runOnFunction()
825 IRB, F, StackRestorePoints, StaticTop, !DynamicAllocas.empty()); in runOnFunction()