Searched defs:MemLoc (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 56 if (!any_of(MemoryLocs, [&](const MemoryLocation &MemLoc) { in mergeSetIn() argument 112 const MemoryLocation &MemLoc, in addMemoryLocation() argument 154 AliasResult AliasSet::aliasesMemoryLocation(const MemoryLocation &MemLoc, in aliasesMemoryLocation() argument 205 for (const MemoryLocation &MemLoc : MemoryLocs) in getPointers() local 222 mergeAliasSetsForMemoryLocation(const MemoryLocation & MemLoc,AliasSet * PtrAS,bool & MustAliasAll) mergeAliasSetsForMemoryLocation() argument 272 getAliasSetFor(const MemoryLocation & MemLoc) getAliasSetFor() argument 527 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 const MemoryLocation &MemLoc, in 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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopVersioningLICM.cpp | 266 for (const auto &MemLoc : AS) { in legalLoopMemoryAccesses() local
|
H A D | EarlyCSE.cpp | 1182 MemoryLocation MemLoc = *MemLocOpt; in isOperatingOnInvariantMemAt() local 1452 MemoryLocation MemLoc = in processNode() local 1568 auto MemLoc = MemoryLocation::get(&Inst); in processNode() local
|
H A D | DeadStoreElimination.cpp | 416 MemoryLocation MemLoc; in memoryIsNotModifiedBetween() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 263 std::optional<MemoryLocation> MemLoc = MemoryLocation::getOrNone(I); in HasAddressTaken() local
|