reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2502 if (!CondBr || !CondBr->isConditional() || !CondLHS || 2503 CondLHS->getParent() != BB) 2506 for (unsigned I = 0, E = CondLHS->getNumIncomingValues(); I != E; ++I) { 2507 BasicBlock *Pred = CondLHS->getIncomingBlock(I); 2508 SelectInst *SI = dyn_cast<SelectInst>(CondLHS->getIncomingValue(I)); 2535 UnfoldSelectInstr(Pred, BB, SI, CondLHS, I);