Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h823 RegionT *ExitR = getRegionFor(Exit); in getMaxRegionExit() local
824 while (ExitR && ExitR->getParent() && in getMaxRegionExit()
825 ExitR->getParent()->getEntry() == Exit) in getMaxRegionExit()
826 ExitR = ExitR->getParent(); in getMaxRegionExit()
829 if (!R->contains(Pred) && !ExitR->contains(Pred)) in getMaxRegionExit()