Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DMemoryBuiltinsTest.cpp43 EXPECT_FALSE(isAllocLikeFn(Caller.get(), TLI)); in TEST()
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h64 bool isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h84 bool isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp766 else if (isAllocLikeFn(&I, TLI) && !PointerMayBeCaptured(&I, true, true)) in handleEndBlock()
838 if (isAllocLikeFn(&*BBI, TLI)) in handleEndBlock()
1170 IsStoreDeadOnUnwind = isAllocLikeFn(Underlying, TLI) && in eliminateDeadStores()
DLICM.cpp1201 return isAllocLikeFn(Object, TLI) && in isKnownNonEscaping()
1408 (isAllocLikeFn(Object, TLI) || isa<AllocaInst>(Object)) && in promoteLoopAccessesToScalars()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DGlobalsModRef.cpp436 if (!isAllocLikeFn(Ptr, &TLI)) in AnalyzeIndirectGlobalMemory()
DMemoryBuiltins.cpp262 bool llvm::isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isAllocLikeFn() function in llvm
DInstructionSimplify.cpp2309 if (isAllocLikeFn(LHS, TLI) && in computePointerICmp()
2312 else if (isAllocLikeFn(RHS, TLI) && in computePointerICmp()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp337 if (isAllocLikeFn(I, TLI)) return true; in isInstructionTriviallyDead()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp410 if (isAllocLikeFn(I, TLI)) in wouldInstructionBeTriviallyDead()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1866 return isAllocLikeFn(V, TLI) && V != AI; in isNeverEqualToUnescapedAlloc()
DInstCombineCalls.cpp2481 if (isAllocLikeFn(CS.getInstruction(), TLI)) in visitCallSite()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2055 return isAllocLikeFn(V, TLI) && V != AI; in isNeverEqualToUnescapedAlloc()
DInstCombineCalls.cpp3979 if (isAllocLikeFn(CS.getInstruction(), &TLI)) in visitCallSite()