Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp440 bool isRegion() { return getRegionMRT() != nullptr; } in isRegion() function in __anon8dbf25c70211::MRT
554 return (Tree->isRegion()) ? Tree->getRegionMRT()->getEntry() in getEntry()
560 return (Tree->isRegion()) ? Tree->getRegionMRT()->getExit() in getExit()
590 if (CI->isRegion()) { in replaceLiveOutReg()
1316 if (!CI->isRegion()) { in regionIsSequence()
1328 if (!CI->isRegion()) { in fixupRegionExits()
2640 if (Child->isRegion()) { in structurizeComplexRegion()
2769 if (CI->isRegion()) { in structurizeRegions()
2812 if (MRT->isRegion()) { in initializeSelectRegisters()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h578 bool RegionInfoBase<Tr>::isRegion(BlockT *entry, BlockT *exit) const { in isRegion() function
702 if (isRegion(entry, exit)) { in findRegionsWithEntry()
H A DRegionInfo.h764 bool isRegion(BlockT *entry, BlockT *exit) const;