Searched refs:isAllocLikeFn (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DMemoryBuiltins.h59 bool isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp725 else if (isAllocLikeFn(I, TLI) && !PointerMayBeCaptured(I, true, true))
795 if (isAllocLikeFn(BBI, TLI))
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/IPA/
H A DGlobalsModRef.cpp332 if (!isAllocLikeFn(Ptr, TLI))
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DMemoryBuiltins.cpp173 bool llvm::isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI, function in class:llvm
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DLocal.cpp304 if (isAllocLikeFn(I, TLI)) return true;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp903 if (isAllocLikeFn(CS.getInstruction(), TLI))

Completed in 117 milliseconds