reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2462 if (!CondPHI || CondPHI->getParent() != BB) 2462 if (!CondPHI || CondPHI->getParent() != BB) 2465 for (unsigned I = 0, E = CondPHI->getNumIncomingValues(); I != E; ++I) { 2466 BasicBlock *Pred = CondPHI->getIncomingBlock(I); 2467 SelectInst *PredSI = dyn_cast<SelectInst>(CondPHI->getIncomingValue(I)); 2479 UnfoldSelectInstr(Pred, BB, PredSI, CondPHI, I);