Home
last modified time | relevance | path

Searched refs:isFreeCall (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h177 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 DGlobalsModRef.cpp380 isFreeCall(I, &GetTLI(*Call->getFunction()))) { in AnalyzeUsesOfPointer()
589 if (isAllocationFn(Call, &TLI) || isFreeCall(Call, &TLI)) { in AnalyzeCallGraph()
H A DCFLGraph.h437 if (isMallocOrCallocLikeFn(&Call, &TLI) || isFreeCall(&Call, &TLI)) in visitCallBase()
H A DMemoryBuiltins.cpp486 const CallInst *llvm::isFreeCall(const Value *I, const TargetLibraryInfo *TLI) { in isFreeCall() function in llvm
H A DMemoryDependenceAnalysis.cpp149 if (const CallInst *CI = isFreeCall(Inst, &TLI)) { in GetLocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1187 if (isFreeCall(I, &TLI)) in getLocForTerminator()
1200 isFreeCall(I, &TLI); in isMemTerminatorInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp787 if (isFreeCall(&CI, &TLI)) in visitCallInst()
H A DInstructionCombining.cpp2584 if (isFreeCall(I, TLI)) { in isAllocSiteRemovable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp481 if (CallInst *CI = isFreeCall(I, TLI)) in wouldInstructionBeTriviallyDead()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5153 if (isFreeCall(UserI, TLI)) { in updateImpl()