Home
last modified time | relevance | path

Searched refs:getMallocArraySize (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h68 Value *getMallocArraySize(CallInst *CI, const TargetData *TD,
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp177 Value *llvm::getMallocArraySize(CallInst *CI, const TargetData *TD, in getMallocArraySize() function in llvm
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1521 Value *NElems = getMallocArraySize(CI, TD, true); in TryToOptimizeStoreOfMallocToGlobal()
1570 GVI = PerformHeapAllocSRoA(GV, CI, getMallocArraySize(CI, TD, true),TD); in TryToOptimizeStoreOfMallocToGlobal()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp304 if (Value *NElems = getMallocArraySize(MI, TD, true)) in visitCallInst()