Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp128 unsigned PrevNum = MF->begin()->getNumber(); in INITIALIZE_PASS() local
131 assert(!Num || BlockInfo[PrevNum].postOffset(MBB) <= BlockInfo[Num].Offset); in INITIALIZE_PASS()
133 PrevNum = Num; in INITIALIZE_PASS()
195 unsigned PrevNum = Start.getNumber(); in adjustBlockOffsets() local
201 BlockInfo[Num].Offset = BlockInfo[PrevNum].postOffset(MBB); in adjustBlockOffsets()
203 PrevNum = Num; in adjustBlockOffsets()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h470 const unsigned PrevNum = Num; in FindRoots() local
473 for (unsigned i = PrevNum + 1; i <= Num; ++i) in FindRoots()