Searched refs:CurrentDef (Results 1 – 4 of 4) sorted by relevance
352 unsigned CurrentDef = 0; in populateWrites() local361 OptionalDefIdx = CurrentDef++; in populateWrites()365 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites()367 if (CurrentDef < NumWriteLatencyEntries) { in populateWrites()385 CurrentDef++; in populateWrites()388 assert(CurrentDef == NumExplicitDefs && in populateWrites()390 for (CurrentDef = 0; CurrentDef < NumImplicitDefs; ++CurrentDef) { in populateWrites()391 unsigned Index = NumExplicitDefs + CurrentDef; in populateWrites()393 Write.OpIndex = ~CurrentDef; in populateWrites()449 ++CurrentDef; in populateWrites()[all …]
1747 if (auto *CurrentDef = dyn_cast<MemoryDef>(Current)) { in hasPartialIVCondition() local1748 if (any_of(AccessedLocs, [&AA, CurrentDef](MemoryLocation &Loc) { in hasPartialIVCondition()1750 AA.getModRefInfo(CurrentDef->getMemoryInst(), Loc)); in hasPartialIVCondition()
1389 MemoryDef *CurrentDef = cast<MemoryDef>(Current); in getDomMemoryDef() local1390 Instruction *CurrentI = CurrentDef->getMemoryInst(); in getDomMemoryDef()1392 if (canSkipDef(CurrentDef, !isInvisibleToCallerBeforeRet(DefUO))) in getDomMemoryDef()
402 if (auto *CurrentDef = dyn_cast<MemoryDef>(CurrentAcc)) in tryMergingIntoMemset() local403 LastMemDef = CurrentDef; in tryMergingIntoMemset()