Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSafeStack.cpp180 bool IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize);
266 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca() function in __anon825189cb0111::SafeStack
416 if (IsSafeStackAlloca(AI, Size)) in findInsts()
446 if (IsSafeStackAlloca(&Arg, Size)) in findInsts()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStack.cpp196 bool IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize);
274 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca() function in __anonaf4797030111::SafeStack
386 if (IsSafeStackAlloca(AI, Size)) in findInsts()
416 if (IsSafeStackAlloca(&Arg, Size)) in findInsts()