Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNPreRALongBranchReg.cpp93 uint64_t PrevNum = (&MF)->begin()->getNumber(); in generateBlockInfo() local
99 BlockInfo[Num].Offset = BlockInfo[PrevNum].Offset + BlockInfo[PrevNum].Size; in generateBlockInfo()
100 PrevNum = Num; in generateBlockInfo()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp136 unsigned PrevNum = MF->begin()->getNumber(); in INITIALIZE_PASS() local
139 assert(!Num || BlockInfo[PrevNum].postOffset(MBB) <= BlockInfo[Num].Offset); in INITIALIZE_PASS()
141 PrevNum = Num; in INITIALIZE_PASS()
230 unsigned PrevNum = Start.getNumber(); in adjustBlockOffsets() local
236 BlockInfo[Num].Offset = BlockInfo[PrevNum].postOffset(MBB); in adjustBlockOffsets()
238 PrevNum = Num; in adjustBlockOffsets()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h455 const unsigned PrevNum = Num; in FindRoots() local
458 for (unsigned i = PrevNum + 1; i <= Num; ++i) in FindRoots()