Searched refs:isRemovableAlloc (Results 1 – 7 of 7) sorted by relevance
102 bool isRemovableAlloc(const CallBase *V, const TargetLibraryInfo *TLI);
330 bool llvm::isRemovableAlloc(const CallBase *CB, const TargetLibraryInfo *TLI) { in isRemovableAlloc() function in llvm
1046 if (!isRemovableAlloc(CI, TLI)) in tryToOptimizeStoreOfAllocationToGlobal()
6567 if (isRemovableAlloc(CB, TLI)) { in initialize()
446 if (isRemovableAlloc(CB, TLI)) in wouldInstructionBeTriviallyDead()
2850 assert(isa<AllocaInst>(MI) || isRemovableAlloc(&cast<CallBase>(MI), &TLI)); in visitAllocSite()
3280 if (isRemovableAlloc(&Call, &TLI)) in visitCallBase()