Home
last modified time | relevance | path

Searched refs:StackRestorePoints (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp147 SmallVectorImpl<Instruction *> &StackRestorePoints);
171 ArrayRef<Instruction *> StackRestorePoints,
382 SmallVectorImpl<Instruction *> &StackRestorePoints) { in findInsts() argument
406 StackRestorePoints.push_back(CI); in findInsts()
409 StackRestorePoints.push_back(LP); in findInsts()
430 ArrayRef<Instruction *> StackRestorePoints, in createStackRestorePoints() argument
434 if (StackRestorePoints.empty()) in createStackRestorePoints()
453 for (Instruction *I : StackRestorePoints) { in createStackRestorePoints()
769 SmallVector<Instruction *, 4> StackRestorePoints; in run() local
774 StackRestorePoints); in run()
[all …]