Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp213 bool needMigrateBlock(MachineBasicBlock *MBB) const;
417 bool AMDGPUCFGStructurizer::needMigrateBlock(MachineBasicBlock *MBB) const { in needMigrateBlock() function in AMDGPUCFGStructurizer
1203 MigrateTrue = needMigrateBlock(TrueMBB); in improveSimpleJumpintoIf()
1204 MigrateFalse = needMigrateBlock(FalseMBB); in improveSimpleJumpintoIf()