HomeSort by relevance Sort by last modified time
    Searched refs:isMallocLikeFn (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 54 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 193 bool llvm::isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
217 return isMallocLikeFn(I, TLI) ? dyn_cast<CallInst>(I) : nullptr;
252 assert(isMallocLikeFn(CI, TLI) && "getMallocType and not malloc call");
296 assert(isMallocLikeFn(CI, TLI) && "getMallocArraySize and not malloc call");
CFLGraph.h 378 if (isMallocLikeFn(Inst, &TLI) || isCallocLikeFn(Inst, &TLI) ||
BasicAliasAnalysis.cpp 761 if (isMallocLikeFn(Inst, &TLI) || isCallocLikeFn(Inst, &TLI)) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 86 milliseconds