Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h132 BitVector &DoneT, BitVector &DoneF, BitVector &Path) const;
H A DHexagonFrameLowering.cpp555 BitVector DoneT(MaxBN+1), DoneF(MaxBN+1), Path(MaxBN+1); in emitPrologue() local
556 updateExitPaths(*EpilogB, *EpilogB, DoneT, DoneF, Path); in emitPrologue()
951 MachineBasicBlock &RestoreB, BitVector &DoneT, BitVector &DoneF, in updateExitPaths() argument
955 if (Path[BN] || DoneF[BN]) in updateExitPaths()
965 ReachedExit |= updateExitPaths(*SB, RestoreB, DoneT, DoneF, Path); in updateExitPaths()
988 DoneF[BN] = true; in updateExitPaths()