HomeSort by relevance Sort by last modified time
    Searched refs:isMallocLikeFn (Results 1 - 19 of 19) 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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 48 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
MemoryBuiltins.h 48 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
MemoryBuiltins.h 48 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
MemoryBuiltins.h 69 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
MemoryBuiltins.h 69 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
MemoryBuiltins.h 69 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
MemoryBuiltins.h 69 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 48 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
MemoryBuiltins.h 48 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
MemoryBuiltins.h 48 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
MemoryBuiltins.h 69 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
MemoryBuiltins.h 69 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
MemoryBuiltins.h 69 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
MemoryBuiltins.h 69 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 1169 milliseconds