Searched refs:getFreedOperand (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryBuiltins.h | 89 LLVM_ABI Value *getFreedOperand(const CallBase *CB,
|
| /freebsd/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 | 548 Value *llvm::getFreedOperand(const CallBase *CB, const TargetLibraryInfo *TLI) { in getFreedOperand() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 1370 if (Value *FreedOp = getFreedOperand(CB, &TLI)) in getLocForTerminator() 1382 getFreedOperand(CB, &TLI) != nullptr); in isMemTerminatorInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 518 if (Value *FreedOp = getFreedOperand(Call, TLI)) in wouldInstructionBeTriviallyDead()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1694 if (Value *FreedOp = getFreedOperand(&CI, &TLI)) in visitCallInst()
|
| H A D | InstructionCombining.cpp | 3504 if (Family && getFreedOperand(cast<CallBase>(I), &TLI) == PI && in isAllocSiteRemovable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1898 if (getFreedOperand(CB, TLI) == U) in updateImpl() 6677 if (Value *FreedOp = getFreedOperand(CB, TLI)) { in initialize()
|