Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp166 SmallVectorImpl<Instruction *> &StackRestorePoints);
190 ArrayRef<Instruction *> StackRestorePoints,
415 StackRestorePoints.push_back(CI); in findInsts()
418 StackRestorePoints.push_back(LP); in findInsts()
443 if (StackRestorePoints.empty()) in createStackRestorePoints()
462 for (Instruction *I : StackRestorePoints) { in createStackRestorePoints()
774 SmallVector<Instruction *, 4> StackRestorePoints; in run() local
779 StackRestorePoints); in run()
782 ByValArguments.empty() && StackRestorePoints.empty()) in run()
789 if (!StackRestorePoints.empty()) in run()
[all …]