Home
last modified time | relevance | path

Searched refs:getReallocatedOperand (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h72 Value *getReallocatedOperand(const CallBase *CB, const TargetLibraryInfo *TLI);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp344 Value *llvm::getReallocatedOperand(const CallBase *CB, in getReallocatedOperand() function in llvm
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2811 if (getReallocatedOperand(cast<CallBase>(I), &TLI) == PI && in isAllocSiteRemovable()
3055 if (Value *ReallocatedOp = getReallocatedOperand(CI, &TLI)) in visitFree()