Searched refs:DoneF (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.h | 128 BitVector &DoneT, BitVector &DoneF, BitVector &Path) const;
|
| H A D | HexagonFrameLowering.cpp | 553 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()
|