Searched defs:pointsToConstantMemory (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ObjCARCAliasAnalysis.cpp | 72 bool ObjCARCAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in ObjCARCAAResult
|
D | TypeBasedAliasAnalysis.cpp | 303 bool TypeBasedAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in TypeBasedAAResult
|
D | AliasAnalysis.cpp | 86 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in AAResults
|
D | BasicAliasAnalysis.cpp | 500 bool BasicAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in BasicAAResult
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | NoAliasAnalysis.cpp | 53 virtual bool pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory() function
|
D | AliasDebugger.cpp | 116 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) { in pointsToConstantMemory() function in __anonff80e4bf0111::AliasDebugger
|
D | AliasAnalysisCounter.cpp | 101 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) { in pointsToConstantMemory() function in __anond6588cde0111::AliasAnalysisCounter
|
D | TypeBasedAliasAnalysis.cpp | 233 bool TypeBasedAliasAnalysis::pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory() function in TypeBasedAliasAnalysis
|
D | AliasAnalysis.cpp | 52 bool AliasAnalysis::pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory() function in AliasAnalysis
|
D | BasicAliasAnalysis.cpp | 572 BasicAliasAnalysis::pointsToConstantMemory(const Location &Loc, bool OrLocal) { in pointsToConstantMemory() function in BasicAliasAnalysis
|
/external/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 668 bool pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function 742 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal) { in pointsToConstantMemory() function 793 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal) { in pointsToConstantMemory() function
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ObjCARC.cpp | 698 ObjCARCAliasAnalysis::pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory() function in ObjCARCAliasAnalysis
|