Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp160 SmallVectorImpl<Instruction *> &StackRestorePoints);
186 ArrayRef<Instruction *> StackRestorePoints,
383 SmallVectorImpl<Instruction *> &StackRestorePoints) { in findInsts() argument
404 StackRestorePoints.push_back(CI); in findInsts()
407 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()
755 SmallVector<Instruction *, 4> StackRestorePoints; in run() local
760 StackRestorePoints); in run()
[all …]