reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
251 Block->execute(State); 256 assert(!State->Instance && "Replicating a Region with non-null instance."); 259 State->Instance = {0, 0}; 261 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { 262 State->Instance->Part = Part; 263 for (unsigned Lane = 0, VF = State->VF; Lane < VF; ++Lane) { 264 State->Instance->Lane = Lane; 268 Block->execute(State); 274 State->Instance.reset();