Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h56 LLVM_ABI bool isAllocationFn(const Value *V, const TargetLibraryInfo *TLI);
58 isAllocationFn(const Value *V,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp177 if (isAllocationFn(V, GetTLI)) in IsSafeComputationToRemove()
256 if (isAllocationFn(I, GetTLI)) in CleanupPointerRootUsers()
1153 } else if (isAllocationFn(StoredOnceVal, GetTLI)) { in optimizeOnceStoredGlobal()
H A DAttributor.cpp403 !(IsLoad ? isAllocationFn(&Obj, TLI) : isNoAliasCall(&Obj))) { in getPotentialCopiesOfMemoryValue()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp287 bool llvm::isAllocationFn(const Value *V, const TargetLibraryInfo *TLI) { in isAllocationFn() function in llvm
291 bool llvm::isAllocationFn( in isAllocationFn() function in llvm