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