Searched refs:CurrentDef (Results 1 – 3 of 3) sorted by relevance
326 unsigned CurrentDef = 0; in populateWrites() local335 OptionalDefIdx = CurrentDef++; in populateWrites()339 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites()341 if (CurrentDef < NumWriteLatencyEntries) { in populateWrites()359 CurrentDef++; in populateWrites()362 assert(CurrentDef == NumExplicitDefs && in populateWrites()364 for (CurrentDef = 0; CurrentDef < NumImplicitDefs; ++CurrentDef) { in populateWrites()365 unsigned Index = NumExplicitDefs + CurrentDef; in populateWrites()367 Write.OpIndex = ~CurrentDef; in populateWrites()423 ++CurrentDef; in populateWrites()[all …]
1390 MemoryDef *CurrentDef = cast<MemoryDef>(Current); in getDomMemoryDef() local1391 Instruction *CurrentI = CurrentDef->getMemoryInst(); in getDomMemoryDef()1393 if (canSkipDef(CurrentDef, !isInvisibleToCallerOnUnwind(KillingUndObj))) { in getDomMemoryDef()1464 if (CurrentDef != KillingDef->getDefiningAccess() && in getDomMemoryDef()1466 KillingDef->setOptimized(CurrentDef); in getDomMemoryDef()
1964 if (auto *CurrentDef = dyn_cast<MemoryDef>(Current)) { in hasPartialIVCondition() local1965 if (any_of(AccessedLocs, [&AA, CurrentDef](MemoryLocation &Loc) { in hasPartialIVCondition()1967 AA.getModRefInfo(CurrentDef->getMemoryInst(), Loc)); in hasPartialIVCondition()