Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp405 void addMBBs(LinearizedRegion *InnerRegion);
979 for (auto *MBB : InnerRegion->MBBs) { in addMBBs()
1175 LinearizedRegion *InnerRegion,
1929 bool IsSingleBB = InnerRegion->getEntry() == InnerRegion->getExit(); in insertChainedPHI()
1985 bool IsSingleBB = InnerRegion->getEntry() == InnerRegion->getExit(); in rewriteLiveOutRegs()
1992 if (!containsDef(CodeBB, InnerRegion, LI) || in rewriteLiveOutRegs()
2305 InnerRegion.setParent(CurrentRegion); in createIfRegion()
2309 InnerRegion.addMBB(MergeBB); in createIfRegion()
2311 LLVM_DEBUG(InnerRegion.print(dbgs(), TRI)); in createIfRegion()
2360 CurrentRegion->addMBBs(InnerRegion); in createIfRegion()
[all …]