reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
578 if (!I) 581 if (Sources->count(I) || Sinks->count(I)) 581 if (Sources->count(I) || Sinks->count(I)) 584 if (!shouldPromote(I) || SafeToPromote->count(I) || NewInsts.count(I)) 584 if (!shouldPromote(I) || SafeToPromote->count(I) || NewInsts.count(I)) 584 if (!shouldPromote(I) || SafeToPromote->count(I) || NewInsts.count(I)) 591 << *I << "\n"); 593 Intrinsic::getDeclaration(M, getNarrowIntrinsic(I)); 594 Builder.SetInsertPoint(I); 595 Builder.SetCurrentDebugLocation(I->getDebugLoc()); 596 Value *Args[] = { I->getOperand(0), I->getOperand(1) }; 596 Value *Args[] = { I->getOperand(0), I->getOperand(1) }; 599 ReplaceAllUsersOfWith(I, Call);