Searched defs:AllocaPtr (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp32 const Value *AllocaPtr; member in class:__anon1653::AllocaOffsetRewriter
35 AllocaOffsetRewriter(ScalarEvolution &SE, const Value *AllocaPtr) argument
235 offsetFromAlloca(Value *Addr, const Value *AllocaPtr) argument
247 getAccessRange(Value *Addr, const Value *AllocaPtr, uint64_t AccessSize) argument
264 getMemIntrinsicAccessRange( const MemIntrinsic *MI, const Use &U, const Value *AllocaPtr) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp107 const Value *AllocaPtr; member in class:__anon1803::AllocaOffsetRewriter
110 AllocaOffsetRewriter(ScalarEvolution &SE, const Value *AllocaPtr) argument
231 IsAccessSafe(Value *Addr, uint64_t AccessSize, const Value *AllocaPtr, uint64_t AllocaSize) argument
260 IsMemIntrinsicSafe(const MemIntrinsic *MI, const Use &U, const Value *AllocaPtr, uint64_t AllocaSize) argument
280 IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) argument
[all...]

Completed in 35 milliseconds