Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h128 BitVector &DoneT, BitVector &DoneF, BitVector &Path) const;
H A DHexagonFrameLowering.cpp553 BitVector DoneT(MaxBN+1), DoneF(MaxBN+1), Path(MaxBN+1); in emitPrologue() local
554 updateExitPaths(*EpilogB, *EpilogB, DoneT, DoneF, Path); in emitPrologue()
949 MachineBasicBlock &RestoreB, BitVector &DoneT, BitVector &DoneF, in updateExitPaths() argument
953 if (Path[BN] || DoneF[BN]) in updateExitPaths()
963 ReachedExit |= updateExitPaths(*SB, RestoreB, DoneT, DoneF, Path); in updateExitPaths()
986 DoneF[BN] = true; in updateExitPaths()