/external/llvm/include/llvm/Analysis/ |
MemoryBuiltins.h | 64 bool isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
|
/external/llvm/lib/Transforms/Scalar/ |
DeadStoreElimination.cpp | 687 else if (isAllocLikeFn(&I, TLI) && !PointerMayBeCaptured(&I, true, true)) 756 if (isAllocLikeFn(&*BBI, TLI)) [all...] |
LICM.cpp | [all...] |
/external/llvm/lib/Analysis/ |
GlobalsModRef.cpp | 417 if (!isAllocLikeFn(Ptr, &TLI)) [all...] |
MemoryBuiltins.cpp | 207 bool llvm::isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
|
InstructionSimplify.cpp | [all...] |
/external/llvm/lib/Transforms/Utils/ |
Local.cpp | 337 if (isAllocLikeFn(I, TLI)) return true; [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCalls.cpp | [all...] |
InstructionCombining.cpp | [all...] |