Home
last modified time | relevance | path

Searched refs:DoneT (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
957 if (DoneT[BN]) in updateExitPaths()
965 ReachedExit |= updateExitPaths(*SB, RestoreB, DoneT, DoneF, Path); in updateExitPaths()
985 DoneT[BN] = true; in updateExitPaths()