Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h59 bool isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp714 else if (isAllocLikeFn(I, TLI) && !PointerMayBeCaptured(I, true, true)) in handleEndBlock()
786 if (isAllocLikeFn(BBI, TLI)) in handleEndBlock()
/external/llvm/lib/Analysis/IPA/
DGlobalsModRef.cpp328 if (!isAllocLikeFn(Ptr, TLI)) in AnalyzeIndirectGlobalMemory()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp182 bool llvm::isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isAllocLikeFn() function in llvm
/external/llvm/lib/Transforms/Utils/
DLocal.cpp324 if (isAllocLikeFn(I, TLI)) return true; in isInstructionTriviallyDead()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1361 if (isAllocLikeFn(CS.getInstruction(), TLI)) in visitCallSite()