Searched refs:RegionExit (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMachineCFGStructurizer.cpp | 2277 MachineBasicBlock *RegionExit = CurrentRegion->getExit(); in createIfRegion() local 2283 TII->analyzeBranch(*RegionExit, ETrueBB, EFalseBB, ECond); in createIfRegion() 2284 TII->removeBranch(*RegionExit); in createIfRegion() 2288 RegionExit, RegionExit->instr_end(), DL, in createIfRegion() 2297 TII->insertBranch(*RegionExit, CurrentRegion->getEntry(), RegionExit, in createIfRegion() 2299 RegionExit->addSuccessor(CurrentRegion->getEntry()); in createIfRegion() 2336 MachineBasicBlock *RegionExit = CurrentRegion->getExit(); in createIfRegion() local 2342 TII->analyzeBranch(*RegionExit, ETrueBB, EFalseBB, ECond); in createIfRegion() 2343 TII->removeBranch(*RegionExit); in createIfRegion() 2347 TII->insertNE(RegionExit, RegionExit->instr_end(), DL, in createIfRegion() [all …]
|