HomeSort by relevance Sort by last modified time
    Searched refs:pointsToConstantMemory (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/llvm/lib/Analysis/
ObjCARCAliasAnalysis.cpp 72 bool ObjCARCAAResult::pointsToConstantMemory(const MemoryLocation &Loc,
75 return AAResultBase::pointsToConstantMemory(Loc, OrLocal);
80 if (AAResultBase::pointsToConstantMemory(
88 return AAResultBase::pointsToConstantMemory(MemoryLocation(U), OrLocal);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
NoAliasAnalysis.cpp 53 virtual bool pointsToConstantMemory(const Location &Loc,
TypeBasedAliasAnalysis.cpp 39 // indicates that the type is "constant" (meaning pointsToConstantMemory
144 virtual bool pointsToConstantMemory(const Location &Loc, bool OrLocal);
233 bool TypeBasedAliasAnalysis::pointsToConstantMemory(const Location &Loc,
236 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
239 if (!M) return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
246 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
  /external/llvm/include/llvm/Analysis/
ObjCARCAliasAnalysis.h 54 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
TypeBasedAliasAnalysis.h 39 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAliasAnalysis.h 57 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
TypeBasedAliasAnalysis.h 39 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ObjCARCAliasAnalysis.h 57 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
TypeBasedAliasAnalysis.h 39 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ObjCARCAliasAnalysis.h 57 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
TypeBasedAliasAnalysis.h 39 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ObjCARCAliasAnalysis.h 57 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
TypeBasedAliasAnalysis.h 45 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ObjCARCAliasAnalysis.h 57 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
TypeBasedAliasAnalysis.h 45 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ObjCARCAliasAnalysis.h 57 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
TypeBasedAliasAnalysis.h 45 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ObjCARCAliasAnalysis.h 57 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
TypeBasedAliasAnalysis.h 45 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAliasAnalysis.h 57 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
TypeBasedAliasAnalysis.h 39 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ObjCARCAliasAnalysis.h 57 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
TypeBasedAliasAnalysis.h 39 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ObjCARCAliasAnalysis.h 57 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
TypeBasedAliasAnalysis.h 39 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);

Completed in 1387 milliseconds

1 2 3 4