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

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 59 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 53 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
MemoryBuiltins.h 53 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
MemoryBuiltins.h 53 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
MemoryBuiltins.h 74 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
MemoryBuiltins.h 74 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
MemoryBuiltins.h 74 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
MemoryBuiltins.h 74 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 53 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
MemoryBuiltins.h 53 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
MemoryBuiltins.h 53 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
MemoryBuiltins.h 74 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
MemoryBuiltins.h 74 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
MemoryBuiltins.h 74 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
MemoryBuiltins.h 74 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /external/llvm/lib/Analysis/
CFLGraph.h 378 if (isMallocLikeFn(Inst, &TLI) || isCallocLikeFn(Inst, &TLI) ||
MemoryBuiltins.cpp 200 bool llvm::isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
305 return isCallocLikeFn(I, TLI) ? cast<CallInst>(I) : nullptr;
BasicAliasAnalysis.cpp 761 if (isMallocLikeFn(Inst, &TLI) || isCallocLikeFn(Inst, &TLI)) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 852 if (UnderlyingPointer && isCallocLikeFn(UnderlyingPointer, TLI) &&
    [all...]
GVN.cpp     [all...]

Completed in 1084 milliseconds