Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp1112 MemoryAccess *CurrAccess = *DFI; in UpwardsDFSWalk() local
1113 if (MSSA->isLiveOnEntryDef(CurrAccess)) in UpwardsDFSWalk()
1114 return {CurrAccess, Loc}; in UpwardsDFSWalk()
1120 if (auto *MD = dyn_cast<MemoryDef>(CurrAccess)) { in UpwardsDFSWalk()
1126 ModifyingAccess = CurrAccess; in UpwardsDFSWalk()
1130 if (auto CacheResult = doCacheLookup(CurrAccess, Q, Loc)) in UpwardsDFSWalk()
1135 if (!isa<MemoryPhi>(CurrAccess)) { in UpwardsDFSWalk()
1152 const MemoryAccessPair PHIPair(CurrAccess, Loc); in UpwardsDFSWalk()
1156 ModifyingAccess = CurrAccess; in UpwardsDFSWalk()
1170 DT->dominates(CurrAccess->getBlock(), MPI.getPhiArgBlock()); in UpwardsDFSWalk()
[all …]