Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp617 Res.Blocks = CurrentBlocks; in getBlocks()
630 return CurrentBlocks[Node2CurrentBlock[SU->NodeNum]]->getID() == ID; in isSUInBlock()
1171 CurrentBlocks.clear(); in createBlocksForVariant()
1204 int ID = CurrentBlocks.size(); in createBlocksForVariant()
1206 CurrentBlocks.push_back(BlockPtrs.rbegin()->get()); in createBlocksForVariant()
1209 CurrentBlocks[RealID[Color]]->addUnit(SU); in createBlocksForVariant()
1222 CurrentBlocks[SUID]->addSucc(CurrentBlocks[Node2CurrentBlock[Succ->NodeNum]], in createBlocksForVariant()
1230 CurrentBlocks[SUID]->addPred(CurrentBlocks[Node2CurrentBlock[Pred->NodeNum]]); in createBlocksForVariant()
1235 for (unsigned i = 0, e = CurrentBlocks.size(); i != e; ++i) { in createBlocksForVariant()
1236 SIScheduleBlock *Block = CurrentBlocks[i]; in createBlocksForVariant()
[all …]
H A DSIMachineScheduler.h229 std::vector<SIScheduleBlock*> CurrentBlocks; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp207 auto &CurrentBlocks = StreamData[Idx].second; in setStreamSize() local
208 llvm::append_range(CurrentBlocks, AddedBlockList); in setStreamSize()
213 auto CurrentBlocks = ArrayRef<uint32_t>(StreamData[Idx].second); in setStreamSize() local
214 auto RemovedBlockList = CurrentBlocks.drop_front(NewBlocks); in setStreamSize()
217 StreamData[Idx].second = CurrentBlocks.drop_back(RemovedBlocks); in setStreamSize()