Searched refs:CurrentDef (Results 1 – 4 of 4) sorted by relevance
326 unsigned CurrentDef = 0; in populateWrites() local329 for (; i < MCI.getNumOperands() && CurrentDef < NumExplicitDefs; ++i) { in populateWrites()334 if (MCDesc.operands()[CurrentDef].isOptionalDef()) { in populateWrites()335 OptionalDefIdx = CurrentDef++; in populateWrites()339 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites()341 if (CurrentDef < NumWriteLatencyEntries) { in populateWrites()343 *STI.getWriteLatencyEntry(&SCDesc, CurrentDef); in populateWrites()359 CurrentDef++; in populateWrites()362 assert(CurrentDef == NumExplicitDefs && in populateWrites()364 for (CurrentDef = 0; CurrentDef < NumImplicitDefs; ++CurrentDef) { in populateWrites()[all …]
1362 MemoryDef *CurrentDef = cast<MemoryDef>(Current); in getDomMemoryDef() local1363 Instruction *CurrentI = CurrentDef->getMemoryInst(); in getDomMemoryDef()1365 if (canSkipDef(CurrentDef, !isInvisibleToCallerOnUnwind(KillingUndObj))) { in getDomMemoryDef()1436 if (CurrentDef != KillingDef->getDefiningAccess() && in getDomMemoryDef()1438 KillingDef->setOptimized(CurrentDef); in getDomMemoryDef()
422 if (auto *CurrentDef = dyn_cast<MemoryDef>(CurrentAcc)) in tryMergingIntoMemset() local423 LastMemDef = CurrentDef; in tryMergingIntoMemset()
1816 if (auto *CurrentDef = dyn_cast<MemoryDef>(Current)) { in hasPartialIVCondition() local1817 if (any_of(AccessedLocs, [&AA, CurrentDef](MemoryLocation &Loc) { in hasPartialIVCondition()1819 AA.getModRefInfo(CurrentDef->getMemoryInst(), Loc)); in hasPartialIVCondition()