Searched refs:StackRestorePoints (Results 1 – 2 of 2) sorted by relevance
144 SmallVectorImpl<Instruction *> &StackRestorePoints);170 ArrayRef<Instruction *> StackRestorePoints,410 SmallVectorImpl<Instruction *> &StackRestorePoints) { in findInsts() argument431 StackRestorePoints.push_back(CI); in findInsts()434 StackRestorePoints.push_back(LP); in findInsts()456 ArrayRef<Instruction *> StackRestorePoints, in createStackRestorePoints() argument460 if (StackRestorePoints.empty()) in createStackRestorePoints()479 for (Instruction *I : StackRestorePoints) { in createStackRestorePoints()770 SmallVector<Instruction *, 4> StackRestorePoints; in runOnFunction() local775 StackRestorePoints); in runOnFunction()[all …]
160 SmallVectorImpl<Instruction *> &StackRestorePoints);186 ArrayRef<Instruction *> StackRestorePoints,380 SmallVectorImpl<Instruction *> &StackRestorePoints) { in findInsts() argument401 StackRestorePoints.push_back(CI); in findInsts()404 StackRestorePoints.push_back(LP); in findInsts()426 ArrayRef<Instruction *> StackRestorePoints, in createStackRestorePoints() argument430 if (StackRestorePoints.empty()) in createStackRestorePoints()449 for (Instruction *I : StackRestorePoints) { in createStackRestorePoints()759 SmallVector<Instruction *, 4> StackRestorePoints; in run() local764 StackRestorePoints); in run()[all …]