Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DMemoryBuiltins.h102 bool isRemovableAlloc(const CallBase *V, const TargetLibraryInfo *TLI);
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DMemoryBuiltins.cpp330 bool llvm::isRemovableAlloc(const CallBase *CB, const TargetLibraryInfo *TLI) { in isRemovableAlloc() function in llvm
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1046 if (!isRemovableAlloc(CI, TLI)) in tryToOptimizeStoreOfAllocationToGlobal()
DAttributorAttributes.cpp6567 if (isRemovableAlloc(CB, TLI)) { in initialize()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLocal.cpp446 if (isRemovableAlloc(CB, TLI)) in wouldInstructionBeTriviallyDead()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2850 assert(isa<AllocaInst>(MI) || isRemovableAlloc(&cast<CallBase>(MI), &TLI)); in visitAllocSite()
DInstCombineCalls.cpp3280 if (isRemovableAlloc(&Call, &TLI)) in visitCallBase()