Home
last modified time | relevance | path

Searched refs:StackRestorePoints (Results 1 – 2 of 2) 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStack.cpp160 SmallVectorImpl<Instruction *> &StackRestorePoints);
186 ArrayRef<Instruction *> StackRestorePoints,
380 SmallVectorImpl<Instruction *> &StackRestorePoints) { in findInsts() argument
401 StackRestorePoints.push_back(CI); in findInsts()
404 StackRestorePoints.push_back(LP); in findInsts()
426 ArrayRef<Instruction *> StackRestorePoints, in createStackRestorePoints() argument
430 if (StackRestorePoints.empty()) in createStackRestorePoints()
449 for (Instruction *I : StackRestorePoints) { in createStackRestorePoints()
759 SmallVector<Instruction *, 4> StackRestorePoints; in run() local
764 StackRestorePoints); in run()
[all …]