Searched refs:CurrentBlocks (Results 1 – 3 of 3) sorted by relevance
615 Res.Blocks = CurrentBlocks; in getBlocks()627 return CurrentBlocks[Node2CurrentBlock[SU->NodeNum]]->getID() == ID; in isSUInBlock()1151 CurrentBlocks.clear(); in createBlocksForVariant()1184 int ID = CurrentBlocks.size(); in createBlocksForVariant()1186 CurrentBlocks.push_back(BlockPtrs.rbegin()->get()); in createBlocksForVariant()1189 CurrentBlocks[RealID[Color]]->addUnit(SU); in createBlocksForVariant()1202 CurrentBlocks[SUID]->addSucc(CurrentBlocks[Node2CurrentBlock[Succ->NodeNum]], in createBlocksForVariant()1210 CurrentBlocks[SUID]->addPred(CurrentBlocks[Node2CurrentBlock[Pred->NodeNum]]); in createBlocksForVariant()1215 for (SIScheduleBlock *Block : CurrentBlocks) in createBlocksForVariant()1219 for (SIScheduleBlock *Block : CurrentBlocks) in createBlocksForVariant()[all …]
228 std::vector<SIScheduleBlock*> CurrentBlocks; variable
208 auto &CurrentBlocks = StreamData[Idx].second; in setStreamSize() 209 llvm::append_range(CurrentBlocks, AddedBlockList); in setStreamSize() 214 auto CurrentBlocks = ArrayRef<uint32_t>(StreamData[Idx].second); in setStreamSize() 215 auto RemovedBlockList = CurrentBlocks.drop_front(NewBlocks); in setStreamSize() 218 StreamData[Idx].second = CurrentBlocks.drop_back(RemovedBlocks); in setStreamSize() 207 auto &CurrentBlocks = StreamData[Idx].second; setStreamSize() local 213 auto CurrentBlocks = ArrayRef<uint32_t>(StreamData[Idx].second); setStreamSize() local