Searched defs:getBlocks (Results 1 – 6 of 6) sorted by relevance
47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() function
77 ArrayRef<MachineBasicBlock *> getBlocks() const { return Blocks; } getBlocks() function
199 BlockSet &getBlocks() { return Blocks; } in getBlocks() function in __anon5f812d3b0111::LoopBlocks
173 ArrayRef<BlockT *> getBlocks() const { in getBlocks() function
351 std::vector<SIScheduleBlock*> getBlocks() { return BlocksScheduled; } in getBlocks() function
606 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { in getBlocks() function in SIScheduleBlockCreator