Searched refs:lastInstruction (Results 1 - 2 of 2) sorted by relevance

/gem5/src/gpu-compute/
H A Dkernel_cfg.hh107 GPUStaticInst* lastInstruction(const BasicBlock* block) const;
H A Dkernel_cfg.cc79 ControlFlowInfo::lastInstruction(const BasicBlock* block) const function in class:ControlFlowInfo
95 return basicBlock(lastInstruction(block)->ipdInstNum());
138 GPUStaticInst* last = lastInstruction(bb.get());
234 GPUStaticInst* last_instruction = lastInstruction(basicBlock.get());

Completed in 5 milliseconds