Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DMemoryBuiltins.h87 Value *getFreedOperand(const CallBase *CB, const TargetLibraryInfo *TLI);
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DGlobalsModRef.cpp352 getFreedOperand(Call, &GetTLI(*Call->getFunction())) == U) { in AnalyzeUsesOfPointer()
DMemoryBuiltins.cpp546 Value *llvm::getFreedOperand(const CallBase *CB, const TargetLibraryInfo *TLI) { in getFreedOperand() function in llvm
DMemoryDependenceAnalysis.cpp142 if (Value *FreedOp = getFreedOperand(CB, &TLI)) { in GetLocation()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp1193 if (Value *FreedOp = getFreedOperand(CB, &TLI)) in getLocForTerminator()
1205 getFreedOperand(CB, &TLI) != nullptr); in isMemTerminatorInst()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLocal.cpp516 if (Value *FreedOp = getFreedOperand(Call, TLI)) in wouldInstructionBeTriviallyDead()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2818 if (getFreedOperand(cast<CallBase>(I), &TLI) == PI && in isAllocSiteRemovable()
DInstCombineCalls.cpp1162 if (Value *FreedOp = getFreedOperand(&CI, &TLI)) in visitCallInst()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp1791 if (getFreedOperand(CB, TLI) == U) in updateImpl()
6560 if (Value *FreedOp = getFreedOperand(CB, TLI)) { in initialize()