Searched refs:StoreLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 532 MemoryLocation StoreLoc = MemoryLocation::get(SI); in moveUp() local 533 if (isModOrRefSet(AA.getModRefInfo(P, StoreLoc))) in moveUp() 547 SmallVector<MemoryLocation, 8> MemLocs{StoreLoc}; in moveUp() 712 MemoryLocation StoreLoc = MemoryLocation::get(SI); in processStore() local 715 if (isModOrRefSet(AA.getModRefInfo(&*I, StoreLoc))) { in processStore()
|
| H A D | LoopIdiomRecognize.cpp | 795 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local 802 intersectModRef(AA.getModRefInfo(&I, StoreLoc), Access))) in mayLoopAccessLocation()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 644 MemoryLocation StoreLoc = MemoryLocation::get(SI); in getSimplePointerDependencyFrom() local 647 AliasResult R = AA.alias(StoreLoc, MemLoc); in getSimplePointerDependencyFrom()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 1985 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local 1991 intersectModRef(AA.getModRefInfo(&I, StoreLoc), Access))) in mayLoopAccessLocation()
|