reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
206 if (MBB.empty() || !MBB.front().isPHI()) 206 if (MBB.empty() || !MBB.front().isPHI()) 211 std::prev(MBB.SkipPHIsAndLabels(MBB.begin())); 211 std::prev(MBB.SkipPHIsAndLabels(MBB.begin())); 213 while (MBB.front().isPHI()) 214 LowerPHINode(MBB, LastPHIIt);