Lines Matching defs:CurrentI
1391 Instruction *CurrentI = CurrentDef->getMemoryInst();
1400 if (mayThrowBetween(KillingI, CurrentI, KillingUndObj)) {
1407 if (isDSEBarrier(KillingUndObj, CurrentI)) {
1416 if (!isa<IntrinsicInst>(CurrentI) && isReadClobber(KillingLoc, CurrentI))
1432 CurrentLoc = getLocForWrite(CurrentI);
1433 if (!CurrentLoc || !isRemovable(CurrentI)) {
1441 if (!isGuaranteedLoopIndependent(CurrentI, KillingI, *CurrentLoc)) {
1451 if (!isMemTerminator(*CurrentLoc, CurrentI, KillingI)) {
1458 auto OR = isOverwrite(KillingI, CurrentI, KillingLoc, *CurrentLoc,