Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h56 bool isAllocationFn(const Value *V, const TargetLibraryInfo *TLI);
57 bool isAllocationFn(const Value *V,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp299 bool llvm::isAllocationFn(const Value *V, const TargetLibraryInfo *TLI) { in isAllocationFn() function in llvm
303 bool llvm::isAllocationFn( in isAllocationFn() function in llvm
H A DScalarEvolution.cpp6897 isAllocationFn(V, &TLI)) && in getRangeRef()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp171 if (isAllocationFn(V, GetTLI)) in IsSafeComputationToRemove()
250 if (isAllocationFn(I, GetTLI)) in CleanupPointerRootUsers()
1141 } else if (isAllocationFn(StoredOnceVal, GetTLI)) { in optimizeOnceStoredGlobal()
H A DAttributor.cpp402 !(IsLoad ? isAllocationFn(&Obj, TLI) : isNoAliasCall(&Obj))) { in getPotentialCopiesOfMemoryValue()