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

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 54 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 175 bool llvm::isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
295 return isCallocLikeFn(I, TLI) ? cast<CallInst>(I) : nullptr;
MemoryDependenceAnalysis.cpp 616 isMallocLikeFn(Inst, TLI) || isCallocLikeFn(Inst, TLI))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 81 milliseconds