Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp405 void addMBBs(LinearizedRegion *InnerRegion);
981 for (auto MBB : InnerRegion->MBBs) { in addMBBs()
1180 LinearizedRegion *InnerRegion,
1956 bool IsSingleBB = InnerRegion->getEntry() == InnerRegion->getExit(); in insertChainedPHI()
2012 bool IsSingleBB = InnerRegion->getEntry() == InnerRegion->getExit(); in rewriteLiveOutRegs()
2019 if (!containsDef(CodeBB, InnerRegion, LI) || in rewriteLiveOutRegs()
2333 InnerRegion.setParent(CurrentRegion); in createIfRegion()
2337 InnerRegion.addMBB(MergeBB); in createIfRegion()
2339 LLVM_DEBUG(InnerRegion.print(dbgs(), TRI)); in createIfRegion()
2388 CurrentRegion->addMBBs(InnerRegion); in createIfRegion()
[all …]