Searched refs:AMDGPUCFGStructurizer (Results 1 – 4 of 4) sorted by relevance
117 class AMDGPUCFGStructurizer : public MachineFunctionPass { class131 AMDGPUCFGStructurizer() : MachineFunctionPass(ID) { in AMDGPUCFGStructurizer() function in __anon69ce99330111::AMDGPUCFGStructurizer343 char AMDGPUCFGStructurizer::ID = 0;345 int AMDGPUCFGStructurizer::getSCCNum(MachineBasicBlock *MBB) const { in getSCCNum()352 MachineBasicBlock *AMDGPUCFGStructurizer::getLoopLandInfo(MachineLoop *LoopRep) in getLoopLandInfo()360 bool AMDGPUCFGStructurizer::hasBackEdge(MachineBasicBlock *MBB) const { in hasBackEdge()368 bool AMDGPUCFGStructurizer::isRetiredBlock(MachineBasicBlock *MBB) const { in isRetiredBlock()375 bool AMDGPUCFGStructurizer::isActiveLoophead(MachineBasicBlock *MBB) const { in isActiveLoophead()388 AMDGPUCFGStructurizer::PathToKind AMDGPUCFGStructurizer::singlePathTo( in singlePathTo()406 int AMDGPUCFGStructurizer::countActiveBlock(MBBVector::const_iterator It, in countActiveBlock()[all …]
123 class AMDGPUCFGStructurizer : public MachineFunctionPass { class137 AMDGPUCFGStructurizer() : in AMDGPUCFGStructurizer() function in __anonf35547db0311::AMDGPUCFGStructurizer341 int AMDGPUCFGStructurizer::getSCCNum(MachineBasicBlock *MBB) const { in getSCCNum()348 MachineBasicBlock *AMDGPUCFGStructurizer::getLoopLandInfo(MachineLoop *LoopRep) in getLoopLandInfo()356 bool AMDGPUCFGStructurizer::hasBackEdge(MachineBasicBlock *MBB) const { in hasBackEdge()364 bool AMDGPUCFGStructurizer::isRetiredBlock(MachineBasicBlock *MBB) const { in isRetiredBlock()371 bool AMDGPUCFGStructurizer::isActiveLoophead(MachineBasicBlock *MBB) const { in isActiveLoophead()383 AMDGPUCFGStructurizer::PathToKind AMDGPUCFGStructurizer::singlePathTo( in singlePathTo()401 int AMDGPUCFGStructurizer::countActiveBlock(MBBVector::const_iterator It, in countActiveBlock()412 bool AMDGPUCFGStructurizer::needMigrateBlock(MachineBasicBlock *MBB) const { in needMigrateBlock()[all …]
26 ; === AMDGPUCFGStructurizer::improveSimpleJumpintoIf()