reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1066 while (It != End && It->isPHI()) { 1066 while (It != End && It->isPHI()) { 1067 const MachineInstr &PI = *It++; 1080 while (It != End && !It->isBranch()) { 1080 while (It != End && !It->isBranch()) { 1081 const MachineInstr &MI = *It++; 1086 if (It == End) { 1097 visitBranchesFrom(*It);