reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
319 unsigned FromIID = FirstEdge.FromIID % Source.size(); 320 unsigned ToIID = FirstEdge.ToIID % Source.size(); 334 printInstruction(FOS, STI, MCIP, Source[FromIID], HasColors); 339 printInstruction(FOS, STI, MCIP, Source[CurrentIID]); 344 printInstruction(FOS, STI, MCIP, Source[CurrentIID], HasColors); 349 ToIID = DE->ToIID % Source.size(); 350 unsigned LastIID = CurrentIID > ToIID ? Source.size() : ToIID; 354 printInstruction(FOS, STI, MCIP, Source[CurrentIID]); 360 printInstruction(FOS, STI, MCIP, Source[CurrentIID], HasColors); 364 printInstruction(FOS, STI, MCIP, Source[ToIID], HasColors); 398 while (CurrentIID < Source.size()) { 400 printInstruction(FOS, STI, MCIP, Source[CurrentIID]); 464 unsigned SourceSize = Source.size(); 476 unsigned SourceSize = Source.size(); 488 unsigned SourceSize = Source.size(); 512 unsigned To = IID % Source.size(); 521 addResourceDep(U.first % Source.size(), To, Current, U.second + Cycles); 529 unsigned From = RegDep.IID % Source.size(); 536 unsigned From = MemDep.IID % Source.size(); 544 if (IID == ((Iterations * Source.size()) - 1))