Searched refs:getFreedOperand (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | MemoryBuiltins.h | 82 Value *getFreedOperand(const CallBase *CB, const TargetLibraryInfo *TLI);
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | CFLGraph.h | 438 getFreedOperand(&Call, &TLI) != nullptr) in visitCallBase()
|
| H A D | GlobalsModRef.cpp | 364 getFreedOperand(Call, &GetTLI(*Call->getFunction())) == U) { in AnalyzeUsesOfPointer()
|
| H A D | MemoryBuiltins.cpp | 576 Value *llvm::getFreedOperand(const CallBase *CB, const TargetLibraryInfo *TLI) { in getFreedOperand() function in llvm
|
| H A D | MemoryDependenceAnalysis.cpp | 143 if (Value *FreedOp = getFreedOperand(CB, &TLI)) { in GetLocation()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 1111 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 D | Local.cpp | 497 if (Value *FreedOp = getFreedOperand(Call, TLI)) in wouldInstructionBeTriviallyDead()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1143 if (Value *FreedOp = getFreedOperand(&CI, &TLI)) in visitCallInst()
|
| H A D | InstructionCombining.cpp | 2804 if (getFreedOperand(cast<CallBase>(I), &TLI) == PI && in isAllocSiteRemovable()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1392 if (getFreedOperand(CB, TLI) == U) in updateImpl() 5853 if (Value *FreedOp = getFreedOperand(CB, TLI)) { in initialize()
|