reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1719 while (Next) { 1720 if (DT->dominates(Next->BB, BB)) { 1721 if (isa<Constant>(Next->Val)) return Next->Val; 1721 if (isa<Constant>(Next->Val)) return Next->Val; 1722 if (!Val) Val = Next->Val; 1725 Next = Next->Next; 1725 Next = Next->Next;