Searched refs:ControlFlowInfo (Results 1 - 3 of 3) sorted by relevance

/gem5/src/gpu-compute/
H A Dkernel_cfg.cc50 ControlFlowInfo::assignImmediatePostDominators(
53 ControlFlowInfo cfg(instructions);
58 ControlFlowInfo::ControlFlowInfo(const std::vector<GPUStaticInst*>& insts) : function in class:ControlFlowInfo
66 ControlFlowInfo::basicBlock(int inst_addr) const {
79 ControlFlowInfo::lastInstruction(const BasicBlock* block) const
90 ControlFlowInfo::postDominator(const BasicBlock* block) const
99 ControlFlowInfo::createBasicBlocks()
131 ControlFlowInfo::connectBasicBlocks()
170 ControlFlowInfo
[all...]
H A Dkernel_cfg.hh94 class ControlFlowInfo class
105 ControlFlowInfo(const std::vector<GPUStaticInst*>& instructions);
H A Dhsail_code.cc209 ControlFlowInfo::assignImmediatePostDominators(instructions);

Completed in 6 milliseconds