Searched refs:isRemovableAlloc (Results 1 – 7 of 7) sorted by relevance
102 bool isRemovableAlloc(const CallBase *V, const TargetLibraryInfo *TLI);
342 bool llvm::isRemovableAlloc(const CallBase *CB, const TargetLibraryInfo *TLI) { in isRemovableAlloc() function in llvm
1078 if (!isRemovableAlloc(CI, TLI)) in tryToOptimizeStoreOfAllocationToGlobal()
6623 if (isRemovableAlloc(CB, TLI)) { in initialize()
440 if (isRemovableAlloc(CB, TLI)) in wouldInstructionBeTriviallyDead()
3237 assert(isa<AllocaInst>(MI) || isRemovableAlloc(&cast<CallBase>(MI), &TLI)); in visitAllocSite()
3968 if (isRemovableAlloc(&Call, &TLI)) in visitCallBase()