Home
last modified time | relevance | path

Searched refs:DstLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3622 const MemoryLocation &DstLoc = MemoryLocation::get(Dst); in depends() local
3625 switch (underlyingObjectsAlias(AA, F->getDataLayout(), DstLoc, SrcLoc)) { in depends()
3640 if (DstLoc.Size != SrcLoc.Size || !DstLoc.Size.isPrecise() || in depends()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2121 LocIdx DstLoc = MTracker->getSpillMLoc(SpillID); in transferSpillOrRestoreInst() local
2122 MTracker->setMLoc(DstLoc, ReadValue); in transferSpillOrRestoreInst()
2126 TTracker->transferMlocs(SrcLoc, DstLoc, MI.getIterator()); in transferSpillOrRestoreInst()