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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp200 bool IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize);
284 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { function in class:__anon3564::SafeStack
393 if (IsSafeStackAlloca(AI, Size))
423 if (IsSafeStackAlloca(&Arg, Size))

Completed in 154 milliseconds