Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSafeStack.cpp181 bool IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize);
184 const Value *AllocaPtr, uint64_t AllocaSize);
185 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr,
219 const Value *AllocaPtr, uint64_t AllocaSize) { in IsAccessSafe() argument
222 if (!Base || Base->getValue() != AllocaPtr) { in IsAccessSafe()
225 << (isa<AllocaInst>(AllocaPtr) ? "Alloca " : "ByValArgument ") in IsAccessSafe()
226 << *AllocaPtr << "\n" in IsAccessSafe()
243 << (isa<AllocaInst>(AllocaPtr) ? "Alloca " : "ByValArgument ") in IsAccessSafe()
244 << *AllocaPtr << "\n" in IsAccessSafe()
257 const Value *AllocaPtr, in IsMemIntrinsicSafe() argument
[all …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp2476 Address AllocaPtr = Address::invalid(); in EmitParmDecl() local
2489 AllocaPtr = DeclPtr; in EmitParmDecl()
2525 AllocaPtr = DeclPtr; in EmitParmDecl()
2529 D.getName() + ".addr", &AllocaPtr); in EmitParmDecl()
2606 &D, AllocaPtr.getPointer(), ArgNo, Builder); in EmitParmDecl()