reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
228 if (!SI) continue; 230 Value *Condition = SI->getCondition(); 235 V = SI->getTrueValue(); 237 V = SI->getFalseValue(); 249 Constant *C = dyn_cast<Constant>(SI->getFalseValue()); 252 if (LVI->getPredicateOnEdge(ICmpInst::ICMP_EQ, SI, C, 256 V = SI->getTrueValue(); 259 LLVM_DEBUG(dbgs() << "CVP: Threading PHI over " << *SI << '\n');