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