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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp126 unsigned PrevNum = MF->begin()->getNumber(); local
129 assert(!Num || BlockInfo[PrevNum].postOffset(MBB) <= BlockInfo[Num].Offset);
131 PrevNum = Num;
193 unsigned PrevNum = Start.getNumber(); local
199 BlockInfo[Num].Offset = BlockInfo[PrevNum].postOffset(MBB);
201 PrevNum = Num;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h473 const unsigned PrevNum = Num; local
476 for (unsigned i = PrevNum + 1; i <= Num; ++i)

Completed in 100 milliseconds