Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchRelaxation.cpp130 unsigned PrevNum = MF->begin()->getNumber(); in INITIALIZE_PASS() local
135 assert(!Num || BlockInfo[PrevNum].postOffset(MBB) <= BlockInfo[Num].Offset); in INITIALIZE_PASS()
137 PrevNum = Num; in INITIALIZE_PASS()
199 unsigned PrevNum = Start.getNumber(); in adjustBlockOffsets() local
206 BlockInfo[Num].Offset = BlockInfo[PrevNum].postOffset(MBB); in adjustBlockOffsets()
208 PrevNum = Num; in adjustBlockOffsets()
/external/llvm/lib/Target/AArch64/
DAArch64BranchRelaxation.cpp121 unsigned PrevNum = MF->begin()->getNumber(); in verify() local
126 assert(!Num || BlockInfo[PrevNum].postOffset() <= BlockInfo[Num].Offset); in verify()
127 PrevNum = Num; in verify()
204 unsigned PrevNum = Start.getNumber(); in adjustBlockOffsets() local
212 BlockInfo[Num].Offset = BlockInfo[PrevNum].postOffset(LogAlign); in adjustBlockOffsets()
213 PrevNum = Num; in adjustBlockOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h464 const unsigned PrevNum = Num; in FindRoots() local
467 for (unsigned i = PrevNum + 1; i <= Num; ++i) in FindRoots()