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.cpp146 SmallVectorImpl<Instruction *> &StackRestorePoints);
170 ArrayRef<Instruction *> StackRestorePoints,
381 SmallVectorImpl<Instruction *> &StackRestorePoints) { in findInsts() argument
405 StackRestorePoints.push_back(CI); in findInsts()
408 StackRestorePoints.push_back(LP); in findInsts()
429 ArrayRef<Instruction *> StackRestorePoints, in createStackRestorePoints() argument
433 if (StackRestorePoints.empty()) in createStackRestorePoints()
452 for (Instruction *I : StackRestorePoints) { in createStackRestorePoints()
777 SmallVector<Instruction *, 4> StackRestorePoints; in run() local
782 StackRestorePoints); in run()
[all …]