36 #ifndef __KERNEL_CFG_HH__ 37 #define __KERNEL_CFG_HH__ 101 static void assignImmediatePostDominators(
113 void createBasicBlocks();
115 void connectBasicBlocks();
117 void findPostDominators();
119 void findImmediatePostDominators();
121 void printBasicBlocks()
const;
123 void printBasicBlockDot()
const;
125 void printPostDominators()
const;
127 void printImmediatePostDominators()
const;
133 #endif // __KERNEL_CFG_HH__ std::set< uint32_t > successorIds
Identifiers of the blocks that follow (are reachable from) this block.
std::vector< std::unique_ptr< BasicBlock > > basicBlocks
std::vector< GPUStaticInst * > instructions
GPUStaticInst * firstInstruction
Pointer to first instruction of the block.
BasicBlock(uint32_t num, GPUStaticInst *begin)
const uint32_t id
Unique identifier for the block within a given kernel.
size_t size
Number of instructions contained in the block.
std::set< uint32_t > postDominatorIds
Identifiers of the blocks that will be visited from this block.