Searched refs:isCallocLikeFn (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | MemoryBuiltinsTest.cpp | 42 EXPECT_FALSE(isCallocLikeFn(Caller.get(), TLI)); in TEST()
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 59 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 74 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 200 bool llvm::isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isCallocLikeFn() function in llvm 305 return isCallocLikeFn(I, TLI) ? cast<CallInst>(I) : nullptr; in extractCallocCall()
|
D | CFLGraph.h | 378 if (isMallocLikeFn(Inst, &TLI) || isCallocLikeFn(Inst, &TLI) || in visitCallSite()
|
D | BasicAliasAnalysis.cpp | 761 if (isMallocLikeFn(Inst, &TLI) || isCallocLikeFn(Inst, &TLI)) { in getModRefInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 247 bool llvm::isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isCallocLikeFn() function in llvm 359 return isCallocLikeFn(I, TLI) ? cast<CallInst>(I) : nullptr; in extractCallocCall()
|
/external/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 852 if (UnderlyingPointer && isCallocLikeFn(UnderlyingPointer, TLI) && in eliminateNoopStore()
|
D | GVN.cpp | 1300 if (isCallocLikeFn(DepInst, TLI)) { in AnalyzeLoadAvailability()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 1055 if (UnderlyingPointer && isCallocLikeFn(UnderlyingPointer, TLI) && in eliminateNoopStore()
|
D | GVN.cpp | 952 if (isCallocLikeFn(DepInst, TLI)) { in AnalyzeLoadAvailability()
|
D | NewGVN.cpp | 1479 else if (isCallocLikeFn(DepInst, TLI)) { in performSymbolicLoadCoercion()
|