Searched defs:getBlocks (Results 1 – 7 of 7) sorted by relevance
48 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() function
76 ArrayRef<MachineBasicBlock *> getBlocks() const { return Blocks; } in getBlocks() function
187 BlockSet &getBlocks() { return Blocks; } in getBlocks() function in __anone215d2470111::LoopBlocks
352 const std::vector<Block*>& getBlocks() const { return blocks; } in getBlocks() function
354 std::vector<SIScheduleBlock*> getBlocks() { return BlocksScheduled; } in getBlocks() function
625 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { in getBlocks() function in SIScheduleBlockCreator
154 ArrayRef<BlockT *> getBlocks() const { in getBlocks() function