Searched refs:getFreedOperand (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryBuiltins.h | 87 Value *getFreedOperand(const CallBase *CB, const TargetLibraryInfo *TLI);
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | GlobalsModRef.cpp | 360 getFreedOperand(Call, &GetTLI(*Call->getFunction())) == U) { in AnalyzeUsesOfPointer()
|
| H A D | MemoryDependenceAnalysis.cpp | 142 if (Value *FreedOp = getFreedOperand(CB, &TLI)) { in GetLocation()
|
| H A D | MemoryBuiltins.cpp | 558 Value *llvm::getFreedOperand(const CallBase *CB, const TargetLibraryInfo *TLI) { in getFreedOperand() function in llvm
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 1221 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 D | Local.cpp | 519 if (Value *FreedOp = getFreedOperand(Call, TLI)) in wouldInstructionBeTriviallyDead()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 3205 if (getFreedOperand(cast<CallBase>(I), &TLI) == PI && in isAllocSiteRemovable()
|
| H A D | InstCombineCalls.cpp | 1514 if (Value *FreedOp = getFreedOperand(&CI, &TLI)) in visitCallInst()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1884 if (getFreedOperand(CB, TLI) == U) in updateImpl() 6616 if (Value *FreedOp = getFreedOperand(CB, TLI)) { in initialize()
|