Lines Matching refs:CurrentLoc
1287 const MemoryLocation &CurrentLoc) { in isGuaranteedLoopIndependent()
1299 return isGuaranteedLoopInvariant(CurrentLoc.Ptr); in isGuaranteedLoopIndependent()
1353 Optional<MemoryLocation> CurrentLoc; in getDomMemoryDef() local
1433 CurrentLoc = getLocForWriteEx(CurrentI); in getDomMemoryDef()
1434 if (!CurrentLoc) in getDomMemoryDef()
1440 if (!isGuaranteedLoopIndependent(CurrentI, KillingI, *CurrentLoc)) { in getDomMemoryDef()
1450 if (!isMemTerminator(*CurrentLoc, CurrentI, KillingI)) in getDomMemoryDef()
1454 auto OR = isOverwrite(KillingI, CurrentI, DefLoc, *CurrentLoc, in getDomMemoryDef()
1538 if (isMemTerminator(*CurrentLoc, EarlierMemInst, UseInst)) { in getDomMemoryDef()
1558 if (isReadClobber(*CurrentLoc, UseInst)) { in getDomMemoryDef()
1567 !isGuaranteedLoopInvariant(CurrentLoc->Ptr)) { in getDomMemoryDef()
1591 if (isCompleteOverwrite(*CurrentLoc, EarlierMemInst, UseInst)) { in getDomMemoryDef()