HomeSort by relevance Sort by last modified time
    Searched refs:isCallocLikeFn (Results 1 - 5 of 5) 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 178 bool llvm::isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
298 return isCallocLikeFn(I, TLI) ? cast<CallInst>(I) : nullptr;
MemoryDependenceAnalysis.cpp 694 isMallocLikeFn(Inst, TLI) || isCallocLikeFn(Inst, TLI))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 543 if (UnderlyingPointer && isCallocLikeFn(UnderlyingPointer, TLI) &&
    [all...]
GVN.cpp     [all...]

Completed in 812 milliseconds