Searched refs:isMalloc (Results 1 – 6 of 6) sorted by relevance
29 bool llvm::isMalloc(const Value *I) { in isMalloc() function in llvm137 assert(isMalloc(CI) && "getMallocType and not malloc call"); in getMallocType()179 assert(isMalloc(CI) && "getMallocArraySize and not malloc call"); in getMallocArraySize()
31 bool isMalloc(const Value *I);
331 if (isMalloc(Ptr)) { in AnalyzeIndirectGlobalMemory()467 } else if (isMalloc(&cast<Instruction>(*II)) || in AnalyzeCallGraph()
175 if (isMalloc(&CI)) in visitCallInst()713 if (isa<AllocaInst>(BI) || isMalloc(BI)) { in visitCallInst()
1057 isMalloc(BCI->getOperand(0))) { in visitGetElementPtrInst()
1374 if (isa<AllocaInst>(DepInst) || isMalloc(DepInst) || in processNonLocalLoad()1842 if (isa<AllocaInst>(DepInst) || isMalloc(DepInst)) { in processLoad()