Home
last modified time | relevance | path

Searched refs:isRemovableAlloc (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h102 bool isRemovableAlloc(const CallBase *V, const TargetLibraryInfo *TLI);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp342 bool llvm::isRemovableAlloc(const CallBase *CB, const TargetLibraryInfo *TLI) { in isRemovableAlloc() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1078 if (!isRemovableAlloc(CI, TLI)) in tryToOptimizeStoreOfAllocationToGlobal()
H A DAttributorAttributes.cpp6623 if (isRemovableAlloc(CB, TLI)) { in initialize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp440 if (isRemovableAlloc(CB, TLI)) in wouldInstructionBeTriviallyDead()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3237 assert(isa<AllocaInst>(MI) || isRemovableAlloc(&cast<CallBase>(MI), &TLI)); in visitAllocSite()
H A DInstCombineCalls.cpp3968 if (isRemovableAlloc(&Call, &TLI)) in visitCallBase()