reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4997 if (!I || !I->hasOneUse() || !Expr.count(I)) 4997 if (!I || !I->hasOneUse() || !Expr.count(I)) 4997 if (!I || !I->hasOneUse() || !Expr.count(I)) 5000 switch (I->getOpcode()) { 5005 Roots.push_back(I->getOperand(0)); 5019 if (!collectValuesToDemote(I->getOperand(0), Expr, ToDemote, Roots) || 5020 !collectValuesToDemote(I->getOperand(1), Expr, ToDemote, Roots)) 5026 SelectInst *SI = cast<SelectInst>(I); 5036 PHINode *PN = cast<PHINode>(I);