Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp147 SmallVectorImpl<Instruction *> &StackRestorePoints);
171 ArrayRef<Instruction *> StackRestorePoints,
406 StackRestorePoints.push_back(CI); in findInsts()
409 StackRestorePoints.push_back(LP); in findInsts()
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()
777 ByValArguments.empty() && StackRestorePoints.empty()) in run()
784 if (!StackRestorePoints.empty()) in run()
[all …]