Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDMemoryBuiltins.h102 bool isRemovableAlloc(const CallBase *V, const TargetLibraryInfo *TLI);
/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDMemoryBuiltins.cpp342 bool llvm::isRemovableAlloc(const CallBase *CB, const TargetLibraryInfo *TLI) { in isRemovableAlloc() function in llvm
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDGlobalOpt.cpp1078 if (!isRemovableAlloc(CI, TLI)) in tryToOptimizeStoreOfAllocationToGlobal()
HDAttributorAttributes.cpp6623 if (isRemovableAlloc(CB, TLI)) { in initialize()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLocal.cpp440 if (isRemovableAlloc(CB, TLI)) in wouldInstructionBeTriviallyDead()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp3237 assert(isa<AllocaInst>(MI) || isRemovableAlloc(&cast<CallBase>(MI), &TLI)); in visitAllocSite()
HDInstCombineCalls.cpp3968 if (isRemovableAlloc(&Call, &TLI)) in visitCallBase()