Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h44 bool isAllocationFn(const Value *V, const TargetLibraryInfo *TLI,
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp176 bool llvm::isAllocationFn(const Value *V, const TargetLibraryInfo *TLI, in isAllocationFn() function in llvm
187 return isAllocationFn(V, TLI, LookThroughBitCast) || in isNoAliasFn()
DGlobalsModRef.cpp551 if (isAllocationFn(&I, &TLI) || isFreeCall(&I, &TLI)) { in AnalyzeCallGraph()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp127 if (isAllocationFn(V, TLI)) in IsSafeComputationToRemove()
215 if (isAllocationFn(I, TLI)) in CleanupPointerRootUsers()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1814 if (isa<AllocaInst>(Operand) || isAllocationFn(Operand, TLI)) { in visitGetElementPtrInst()