Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchRelaxation.cpp129 unsigned PrevNum = MF->begin()->getNumber(); in INITIALIZE_PASS() local
133 assert(!Num || BlockInfo[PrevNum].postOffset(MBB) <= BlockInfo[Num].Offset); in INITIALIZE_PASS()
135 PrevNum = Num; in INITIALIZE_PASS()
197 unsigned PrevNum = Start.getNumber(); in adjustBlockOffsets() local
204 BlockInfo[Num].Offset = BlockInfo[PrevNum].postOffset(MBB); in adjustBlockOffsets()
206 PrevNum = Num; in adjustBlockOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h473 const unsigned PrevNum = Num; in FindRoots() local
476 for (unsigned i = PrevNum + 1; i <= Num; ++i) in FindRoots()