Home
last modified time | relevance | path

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

/freebsd-13.1/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) { in IsSafeStackAlloca() function in __anon2905dedd0111::SafeStack
397 if (IsSafeStackAlloca(AI, Size)) in findInsts()
429 if (IsSafeStackAlloca(&Arg, Size)) in findInsts()