Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DRegionInfo.cpp763 Region *ExitR = getRegionFor(Exit); in getMaxRegionExit() local
764 while (ExitR && ExitR->getParent() in getMaxRegionExit()
765 && ExitR->getParent()->getEntry() == Exit) in getMaxRegionExit()
766 ExitR = ExitR->getParent(); in getMaxRegionExit()
770 if (!R->contains(*PI) && !ExitR->contains(*PI)) in getMaxRegionExit()
/external/llvm/include/llvm/Analysis/
DRegionInfoImpl.h848 RegionT *ExitR = getRegionFor(Exit); in getMaxRegionExit() local
849 while (ExitR && ExitR->getParent() && in getMaxRegionExit()
850 ExitR->getParent()->getEntry() == Exit) in getMaxRegionExit()
851 ExitR = ExitR->getParent(); in getMaxRegionExit()
856 if (!R->contains(*PI) && !ExitR->contains(*PI)) in getMaxRegionExit()