Searched defs:MemLoc (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 205 Pointers.insert(MemLoc in getPointers() local 56 __anona16b16580102(const MemoryLocation &MemLoc) mergeSetIn() argument 112 addMemoryLocation(AliasSetTracker & AST,const MemoryLocation & MemLoc,bool KnownMustAlias) addMemoryLocation() argument 154 aliasesMemoryLocation(const MemoryLocation & MemLoc,BatchAAResults & AA) const aliasesMemoryLocation() argument 222 mergeAliasSetsForMemoryLocation(const MemoryLocation & MemLoc,AliasSet * PtrAS,bool & MustAliasAll) mergeAliasSetsForMemoryLocation() argument 272 getAliasSetFor(const MemoryLocation & MemLoc) getAliasSetFor() argument 529 for (const MemoryLocation &MemLoc : MemoryLocs) { print() local [all...] |
H A D | MemoryDependenceAnalysis.cpp | 241 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom() argument 269 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom() argument 369 canSkipClobberingStore(const StoreInst * SI,const MemoryLocation & MemLoc,Align MemLocAlign,BatchAAResults & BatchAA,unsigned ScanLimit) canSkipClobberingStore() argument 397 getSimplePointerDependencyFrom(const MemoryLocation & MemLoc,bool isLoad,BasicBlock::iterator ScanIt,BasicBlock * BB,Instruction * QueryInst,unsigned * Limit,BatchAAResults & BatchAA) getSimplePointerDependencyFrom() argument 707 MemoryLocation MemLoc; getDependency() local [all...] |
H A D | AliasAnalysis.cpp | 648 callCapturesBefore(const Instruction * I,const MemoryLocation & MemLoc,DominatorTree * DT,AAQueryInfo & AAQI) callCapturesBefore() argument
|
/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_test_util.h | 29 explicit MemLoc(void *const real_addr) : loc_(real_addr) { } in MemLoc() function
|
H A D | tsan_test_util_posix.cpp | 87 MemLoc::MemLoc(int offset_from_aligned) in MemLoc() function in MemLoc
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopVersioningLICM.cpp | 266 for (const auto &MemLoc : AS) { legalLoopMemoryAccesses() local
|
H A D | EarlyCSE.cpp | 1182 return AvailableInvariants.lookup(MemLoc) <= GenAt; in isOperatingOnInvariantMemAt() local 1452 MemoryLocation MemLoc = processNode() local 1568 auto MemLoc = MemoryLocation::get(&Inst); processNode() local
|
H A D | DeadStoreElimination.cpp | 416 MemoryLocation MemLoc; memoryIsNotModifiedBetween() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 263 std::optional<MemoryLocation> MemLoc = MemoryLocation::getOrNone(I); in HasAddressTaken() local
|