Searched refs:StackRestorePoints (Results 1 – 1 of 1) sorted by relevance
147 SmallVectorImpl<Instruction *> &StackRestorePoints);171 ArrayRef<Instruction *> StackRestorePoints,406 StackRestorePoints.push_back(CI); in findInsts()409 StackRestorePoints.push_back(LP); in findInsts()434 if (StackRestorePoints.empty()) in createStackRestorePoints()453 for (Instruction *I : StackRestorePoints) { in createStackRestorePoints()769 SmallVector<Instruction *, 4> StackRestorePoints; in run() local774 StackRestorePoints); in run()777 ByValArguments.empty() && StackRestorePoints.empty()) in run()784 if (!StackRestorePoints.empty()) in run()[all …]