Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp440 bool isRegion() { return getRegionMRT() != nullptr; } in isRegion() function in __anonf8f2b3930211::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()
1304 if (!CI->isRegion()) { in regionIsSequence()
1316 if (!CI->isRegion()) { in fixupRegionExits()
2608 if (Child->isRegion()) { in structurizeComplexRegion()
2737 if (CI->isRegion()) { in structurizeRegions()
2780 if (MRT->isRegion()) { in initializeSelectRegisters()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h564 bool RegionInfoBase<Tr>::isRegion(BlockT *entry, BlockT *exit) const { in isRegion() function
688 if (isRegion(entry, exit)) { in findRegionsWithEntry()
H A DRegionInfo.h764 bool isRegion(BlockT *entry, BlockT *exit) const;