Home
last modified time | relevance | path

Searched defs:MemLoc (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp205 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 DMemoryDependenceAnalysis.cpp241 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 DAliasAnalysis.cpp648 callCapturesBefore(const Instruction * I,const MemoryLocation & MemLoc,DominatorTree * DT,AAQueryInfo & AAQI) callCapturesBefore() argument
/llvm-project/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util.h29 explicit MemLoc(void *const real_addr) : loc_(real_addr) { } in MemLoc() function
H A Dtsan_test_util_posix.cpp87 MemLoc::MemLoc(int offset_from_aligned) in MemLoc() function in MemLoc
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp266 for (const auto &MemLoc : AS) { legalLoopMemoryAccesses() local
H A DEarlyCSE.cpp1182 return AvailableInvariants.lookup(MemLoc) <= GenAt; in isOperatingOnInvariantMemAt() local
1452 MemoryLocation MemLoc = processNode() local
1568 auto MemLoc = MemoryLocation::get(&Inst); processNode() local
H A DDeadStoreElimination.cpp416 MemoryLocation MemLoc; memoryIsNotModifiedBetween() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp263 std::optional<MemoryLocation> MemLoc = MemoryLocation::getOrNone(I); in HasAddressTaken() local