Home | History | Annotate | Download | only in R600

Lines Matching refs:needMigrateBlock

220   bool needMigrateBlock(MachineBasicBlock *MBB) const;
428 bool AMDGPUCFGStructurizer::needMigrateBlock(MachineBasicBlock *MBB) const {
1307 MigrateTrue = needMigrateBlock(TrueMBB);
1308 MigrateFalse = needMigrateBlock(FalseMBB);