Searched refs:CurrentDef (Results 1 – 4 of 4) sorted by relevance
355 unsigned CurrentDef = 0; in populateWrites() local364 OptionalDefIdx = CurrentDef++; in populateWrites()368 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites()370 if (CurrentDef < NumWriteLatencyEntries) { in populateWrites()388 CurrentDef++; in populateWrites()391 assert(CurrentDef == NumExplicitDefs && in populateWrites()393 for (CurrentDef = 0; CurrentDef < NumImplicitDefs; ++CurrentDef) { in populateWrites()394 unsigned Index = NumExplicitDefs + CurrentDef; in populateWrites()396 Write.OpIndex = ~CurrentDef; in populateWrites()452 ++CurrentDef; in populateWrites()[all …]
1278 MemoryDef *CurrentDef = cast<MemoryDef>(Current); in getDomMemoryDef() local1279 Instruction *CurrentI = CurrentDef->getMemoryInst(); in getDomMemoryDef()1281 if (canSkipDef(CurrentDef, !isInvisibleToCallerOnUnwind(KillingUndObj))) { in getDomMemoryDef()1352 if (CurrentDef != KillingDef->getDefiningAccess() && in getDomMemoryDef()1354 KillingDef->setOptimized(CurrentDef); in getDomMemoryDef()
411 if (auto *CurrentDef = dyn_cast<MemoryDef>(CurrentAcc)) in tryMergingIntoMemset() local412 LastMemDef = CurrentDef; in tryMergingIntoMemset()
1819 if (auto *CurrentDef = dyn_cast<MemoryDef>(Current)) { in hasPartialIVCondition() local1820 if (any_of(AccessedLocs, [&AA, CurrentDef](MemoryLocation &Loc) { in hasPartialIVCondition()1822 AA.getModRefInfo(CurrentDef->getMemoryInst(), Loc)); in hasPartialIVCondition()