Searched refs:isAllocationFn (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 44 bool isAllocationFn(const Value *V, const TargetLibraryInfo *TLI,
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 176 bool llvm::isAllocationFn(const Value *V, const TargetLibraryInfo *TLI, in isAllocationFn() function in llvm 187 return isAllocationFn(V, TLI, LookThroughBitCast) || in isNoAliasFn()
|
D | GlobalsModRef.cpp | 551 if (isAllocationFn(&I, &TLI) || isFreeCall(&I, &TLI)) { in AnalyzeCallGraph()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 127 if (isAllocationFn(V, TLI)) in IsSafeComputationToRemove() 215 if (isAllocationFn(I, TLI)) in CleanupPointerRootUsers()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1814 if (isa<AllocaInst>(Operand) || isAllocationFn(Operand, TLI)) { in visitGetElementPtrInst()
|