Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp166 SmallVectorImpl<Instruction *> &StackRestorePoints);
190 ArrayRef<Instruction *> StackRestorePoints,
387 SmallVectorImpl<Instruction *> &StackRestorePoints) { in findInsts() argument
411 StackRestorePoints.push_back(CI); in findInsts()
414 StackRestorePoints.push_back(LP); in findInsts()
436 ArrayRef<Instruction *> StackRestorePoints, in createStackRestorePoints() argument
440 if (StackRestorePoints.empty()) in createStackRestorePoints()
459 for (Instruction *I : StackRestorePoints) { in createStackRestorePoints()
771 SmallVector<Instruction *, 4> StackRestorePoints; in run() local
776 StackRestorePoints); in run()
[all …]