Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp961 bool ReachedExit = false; in updateExitPaths() local
963 ReachedExit |= updateExitPaths(*SB, RestoreB, DoneT, DoneF, Path); in updateExitPaths()
973 ReachedExit = true; in updateExitPaths()
979 if (ReachedExit && &MBB != &RestoreB) { in updateExitPaths()
985 if (!ReachedExit) in updateExitPaths()
989 return ReachedExit; in updateExitPaths()