Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h837 RegionT *ExitR = getRegionFor(Exit); in getMaxRegionExit() local
838 while (ExitR && ExitR->getParent() && in getMaxRegionExit()
839 ExitR->getParent()->getEntry() == Exit) in getMaxRegionExit()
840 ExitR = ExitR->getParent(); in getMaxRegionExit()
844 if (!R->contains(Pred) && !ExitR->contains(Pred)) in getMaxRegionExit()