Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSafeStack.cpp144 SmallVectorImpl<Instruction *> &StackRestorePoints);
170 ArrayRef<Instruction *> StackRestorePoints,
410 SmallVectorImpl<Instruction *> &StackRestorePoints) { in findInsts() argument
431 StackRestorePoints.push_back(CI); in findInsts()
434 StackRestorePoints.push_back(LP); in findInsts()
456 ArrayRef<Instruction *> StackRestorePoints, in createStackRestorePoints() argument
460 if (StackRestorePoints.empty()) in createStackRestorePoints()
479 for (Instruction *I : StackRestorePoints) { in createStackRestorePoints()
770 SmallVector<Instruction *, 4> StackRestorePoints; in runOnFunction() local
775 StackRestorePoints); in runOnFunction()
[all …]