Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h82 Value *getFreedOperand(const CallBase *CB, const TargetLibraryInfo *TLI);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCFLGraph.h438 getFreedOperand(&Call, &TLI) != nullptr) in visitCallBase()
H A DGlobalsModRef.cpp364 getFreedOperand(Call, &GetTLI(*Call->getFunction())) == U) { in AnalyzeUsesOfPointer()
H A DMemoryBuiltins.cpp576 Value *llvm::getFreedOperand(const CallBase *CB, const TargetLibraryInfo *TLI) { in getFreedOperand() function in llvm
H A DMemoryDependenceAnalysis.cpp143 if (Value *FreedOp = getFreedOperand(CB, &TLI)) { in GetLocation()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1111 if (Value *FreedOp = getFreedOperand(CB, &TLI)) in getLocForTerminator()
1123 getFreedOperand(CB, &TLI) != nullptr); in isMemTerminatorInst()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp497 if (Value *FreedOp = getFreedOperand(Call, TLI)) in wouldInstructionBeTriviallyDead()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1143 if (Value *FreedOp = getFreedOperand(&CI, &TLI)) in visitCallInst()
H A DInstructionCombining.cpp2804 if (getFreedOperand(cast<CallBase>(I), &TLI) == PI && in isAllocSiteRemovable()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1392 if (getFreedOperand(CB, TLI) == U) in updateImpl()
5853 if (Value *FreedOp = getFreedOperand(CB, TLI)) { in initialize()