Searched refs:StackRestorePoints (Results 1 – 1 of 1) 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 …]