Searched refs:MaxBN (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp1125 unsigned MaxBN = 0;
1129 if (BN > MaxBN)
1130 MaxBN = BN;
1134 BitVector BlockScanned(MaxBN+1);
H A DHexagonFrameLowering.cpp546 unsigned MaxBN = MF.getNumBlockIDs(); local
547 BitVector DoneT(MaxBN+1), DoneF(MaxBN+1), Path(MaxBN+1);

Completed in 113 milliseconds