Home
last modified time | relevance | path

Searched refs:CurrentBlocks (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp611 Res.Blocks = CurrentBlocks; in getBlocks()
623 return CurrentBlocks[Node2CurrentBlock[SU->NodeNum]]->getID() == ID; in isSUInBlock()
1140 CurrentBlocks.clear(); in createBlocksForVariant()
1174 int ID = CurrentBlocks.size(); in createBlocksForVariant()
1176 CurrentBlocks.push_back(BlockPtrs.rbegin()->get()); in createBlocksForVariant()
1179 CurrentBlocks[It->second]->addUnit(SU); in createBlocksForVariant()
1192 CurrentBlocks[SUID]->addSucc(CurrentBlocks[Node2CurrentBlock[Succ->NodeNum]], in createBlocksForVariant()
1200 CurrentBlocks[SUID]->addPred(CurrentBlocks[Node2CurrentBlock[Pred->NodeNum]]); in createBlocksForVariant()
1205 for (SIScheduleBlock *Block : CurrentBlocks) in createBlocksForVariant()
1209 for (SIScheduleBlock *Block : CurrentBlocks) in createBlocksForVariant()
[all …]
H A DSIMachineScheduler.h228 std::vector<SIScheduleBlock*> CurrentBlocks; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp208 auto &CurrentBlocks = StreamData[Idx].second; in setStreamSize() local
209 llvm::append_range(CurrentBlocks, AddedBlockList); in setStreamSize()
214 auto CurrentBlocks = ArrayRef<uint32_t>(StreamData[Idx].second); in setStreamSize() local
215 auto RemovedBlockList = CurrentBlocks.drop_front(NewBlocks); in setStreamSize()
218 StreamData[Idx].second = CurrentBlocks.drop_back(RemovedBlocks); in setStreamSize()