Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
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()
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp220 bool needMigrateBlock(MachineBasicBlock *MBB) const;
412 bool AMDGPUCFGStructurizer::needMigrateBlock(MachineBasicBlock *MBB) const { in needMigrateBlock() function in __anon4bd2a1920311::AMDGPUCFGStructurizer
1240 MigrateTrue = needMigrateBlock(TrueMBB); in improveSimpleJumpintoIf()
1241 MigrateFalse = needMigrateBlock(FalseMBB); in improveSimpleJumpintoIf()