Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp440 bool isRegion() { return getRegionMRT() != nullptr; } in isRegion() function in __anon3d3c1dbc0211::MRT
554 return (Tree->isRegion()) ? Tree->getRegionMRT()->getEntry() in getEntry()
560 return (Tree->isRegion()) ? Tree->getRegionMRT()->getExit() in getExit()
588 if (CI->isRegion()) { in replaceLiveOutReg()
1302 if (!CI->isRegion()) { in regionIsSequence()
1314 if (!CI->isRegion()) { in fixupRegionExits()
2598 if (Child->isRegion()) { in structurizeComplexRegion()
2726 if (CI->isRegion()) { in structurizeRegions()
2769 if (MRT->isRegion()) { in initializeSelectRegisters()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h554 bool RegionInfoBase<Tr>::isRegion(BlockT *entry, BlockT *exit) const { in isCommonDomFrontier()
674 if (isRegion(entry, exit)) { in findRegionsWithEntry()
566 bool RegionInfoBase<Tr>::isRegion(BlockT *entry, BlockT *exit) const { isRegion() function
H A DRegionInfo.h764 bool isRegion(BlockT *entry, BlockT *exit) const;