Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp810 bool ReachedExit = false; in updateExitPaths() local
812 ReachedExit |= updateExitPaths(*SB, RestoreB, DoneT, DoneF, Path); in updateExitPaths()
822 ReachedExit = true; in updateExitPaths()
828 if (ReachedExit && &MBB != &RestoreB) { in updateExitPaths()
834 if (!ReachedExit) in updateExitPaths()
838 return ReachedExit; in updateExitPaths()