Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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.cpp487 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1214 if (isFreeCall(I, &TLI)) in getLocForTerminator()
1227 isFreeCall(I, &TLI); in isMemTerminatorInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp486 if (CallInst *CI = isFreeCall(I, TLI)) in wouldInstructionBeTriviallyDead()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp808 if (isFreeCall(&CI, &TLI)) in visitCallInst()
H A DInstructionCombining.cpp2646 if (isFreeCall(I, TLI)) { in isAllocSiteRemovable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5808 if (isFreeCall(CB, TLI)) { in initialize()