Searched refs:isFreeCall (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | MemoryBuiltins.h | 177 const CallInst *isFreeCall(const Value *I, const TargetLibraryInfo *TLI); 179 inline CallInst *isFreeCall(Value *I, const TargetLibraryInfo *TLI) { in isFreeCall() function 180 return const_cast<CallInst*>(isFreeCall((const Value*)I, TLI)); in isFreeCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | GlobalsModRef.cpp | 380 isFreeCall(I, &GetTLI(*Call->getFunction()))) { in AnalyzeUsesOfPointer() 589 if (isAllocationFn(Call, &TLI) || isFreeCall(Call, &TLI)) { in AnalyzeCallGraph()
|
| H A D | CFLGraph.h | 437 if (isMallocOrCallocLikeFn(&Call, &TLI) || isFreeCall(&Call, &TLI)) in visitCallBase()
|
| H A D | MemoryBuiltins.cpp | 486 const CallInst *llvm::isFreeCall(const Value *I, const TargetLibraryInfo *TLI) { in isFreeCall() function in llvm
|
| H A D | MemoryDependenceAnalysis.cpp | 149 if (const CallInst *CI = isFreeCall(Inst, &TLI)) { in GetLocation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 1187 if (isFreeCall(I, &TLI)) in getLocForTerminator() 1200 isFreeCall(I, &TLI); in isMemTerminatorInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 787 if (isFreeCall(&CI, &TLI)) in visitCallInst()
|
| H A D | InstructionCombining.cpp | 2584 if (isFreeCall(I, TLI)) { in isAllocSiteRemovable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 481 if (CallInst *CI = isFreeCall(I, TLI)) in wouldInstructionBeTriviallyDead()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 5153 if (isFreeCall(UserI, TLI)) { in updateImpl()
|