Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp196 bool IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize);
280 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca() function in __anon3c76bb940111::SafeStack
389 if (IsSafeStackAlloca(AI, Size)) in findInsts()
419 if (IsSafeStackAlloca(&Arg, Size)) in findInsts()