Home
last modified time | relevance | path

Searched refs:needMigrateBlock (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp188 bool needMigrateBlock(MachineBasicBlock *MBB) const;
392 bool AMDGPUCFGStructurizer::needMigrateBlock(MachineBasicBlock *MBB) const { in needMigrateBlock() function in AMDGPUCFGStructurizer
1178 MigrateTrue = needMigrateBlock(TrueMBB); in improveSimpleJumpintoIf()
1179 MigrateFalse = needMigrateBlock(FalseMBB); in improveSimpleJumpintoIf()