Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
2306 InnerRegion.setParent(CurrentRegion); in createIfRegion()
2310 InnerRegion.addMBB(MergeBB); in createIfRegion()
2312 LLVM_DEBUG(InnerRegion.print(dbgs(), TRI)); in createIfRegion()
2361 CurrentRegion->addMBBs(InnerRegion); in createIfRegion()
[all …]