Searched refs:CurrentBlocks (Results 1 – 3 of 3) sorted by relevance
643 Res.Blocks = CurrentBlocks; in getBlocks()1198 CurrentBlocks.clear(); in createBlocksForVariant()1231 int ID = CurrentBlocks.size(); in createBlocksForVariant()1236 CurrentBlocks[RealID[Color]]->addUnit(SU); in createBlocksForVariant()1249 CurrentBlocks[SUID]->addSucc(CurrentBlocks[Node2CurrentBlock[Succ->NodeNum]], in createBlocksForVariant()1257 CurrentBlocks[SUID]->addPred(CurrentBlocks[Node2CurrentBlock[Pred->NodeNum]]); in createBlocksForVariant()1263 SIScheduleBlock *Block = CurrentBlocks[i]; in createBlocksForVariant()1287 unsigned DAGSize = CurrentBlocks.size(); in topologicalSort()1298 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort()1335 unsigned DAGSize = CurrentBlocks.size(); in scheduleInsideBlocks()[all …]
232 std::vector<SIScheduleBlock*> CurrentBlocks; variable
207 auto &CurrentBlocks = StreamData[Idx].second; in setStreamSize() local208 CurrentBlocks.insert(CurrentBlocks.end(), AddedBlockList.begin(), in setStreamSize()214 auto CurrentBlocks = ArrayRef<uint32_t>(StreamData[Idx].second); in setStreamSize() local215 auto RemovedBlockList = CurrentBlocks.drop_front(NewBlocks); in setStreamSize()218 StreamData[Idx].second = CurrentBlocks.drop_back(RemovedBlocks); in setStreamSize()