Home
last modified time | relevance | path

Searched refs:isAllocLikeFn (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h64 bool isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp687 else if (isAllocLikeFn(&I, TLI) && !PointerMayBeCaptured(&I, true, true)) in handleEndBlock()
756 if (isAllocLikeFn(&*BBI, TLI)) in handleEndBlock()
DLICM.cpp1011 isAllocLikeFn(Object, TLI) && !PointerMayBeCaptured(Object, true, true); in promoteLoopAccessesToScalars()
/external/llvm/lib/Analysis/
DGlobalsModRef.cpp417 if (!isAllocLikeFn(Ptr, &TLI)) in AnalyzeIndirectGlobalMemory()
DMemoryBuiltins.cpp207 bool llvm::isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isAllocLikeFn() function in llvm
DInstructionSimplify.cpp2138 if (isAllocLikeFn(LHS, TLI) && llvm::isKnownNonNullAt(RHS, CxtI, DT)) in computePointerICmp()
2140 else if (isAllocLikeFn(RHS, TLI) && llvm::isKnownNonNullAt(LHS, CxtI, DT)) in computePointerICmp()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp337 if (isAllocLikeFn(I, TLI)) return true; in isInstructionTriviallyDead()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1866 return isAllocLikeFn(V, TLI) && V != AI; in isNeverEqualToUnescapedAlloc()
DInstCombineCalls.cpp2481 if (isAllocLikeFn(CS.getInstruction(), TLI)) in visitCallSite()