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

/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h39 bool isAllocationFn(const Value *V, const TargetLibraryInfo *TLI,
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp146 bool llvm::isAllocationFn(const Value *V, const TargetLibraryInfo *TLI, function in class:llvm
157 return isAllocationFn(V, TLI, LookThroughBitCast) ||
/external/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp461 } else if (isAllocationFn(&*II, TLI) || isFreeCall(&*II, TLI)) {
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp362 if (isAllocationFn(V, TLI))
451 if (isAllocationFn(I, TLI))
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1339 isAllocationFn(BCI->getOperand(0), TLI)) {

Completed in 92 milliseconds