Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h87 Value *getFreedOperand(const CallBase *CB, const TargetLibraryInfo *TLI);
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp360 getFreedOperand(Call, &GetTLI(*Call->getFunction())) == U) { in AnalyzeUsesOfPointer()
H A DMemoryDependenceAnalysis.cpp142 if (Value *FreedOp = getFreedOperand(CB, &TLI)) { in GetLocation()
H A DMemoryBuiltins.cpp558 Value *llvm::getFreedOperand(const CallBase *CB, const TargetLibraryInfo *TLI) { in getFreedOperand() function in llvm
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1221 if (Value *FreedOp = getFreedOperand(CB, &TLI)) in getLocForTerminator()
1233 getFreedOperand(CB, &TLI) != nullptr); in isMemTerminatorInst()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp519 if (Value *FreedOp = getFreedOperand(Call, TLI)) in wouldInstructionBeTriviallyDead()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3205 if (getFreedOperand(cast<CallBase>(I), &TLI) == PI && in isAllocSiteRemovable()
H A DInstCombineCalls.cpp1514 if (Value *FreedOp = getFreedOperand(&CI, &TLI)) in visitCallInst()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1884 if (getFreedOperand(CB, TLI) == U) in updateImpl()
6616 if (Value *FreedOp = getFreedOperand(CB, TLI)) { in initialize()