reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
67 const unsigned PO = Offset + Size; 131 assert(isAligned(MBB.getAlignment(), BlockInfo[Num].Offset)); 132 assert(!Num || BlockInfo[PrevNum].postOffset(MBB) <= BlockInfo[Num].Offset); 144 dbgs() << format("%%bb.%u\toffset=%08x\t", MBB.getNumber(), BBI.Offset) 184 unsigned Offset = BlockInfo[MBB->getNumber()].Offset; 203 BlockInfo[Num].Offset = BlockInfo[PrevNum].postOffset(MBB); 283 int64_t DestOffset = BlockInfo[DestBB.getNumber()].Offset; 444 int64_t DestOffset = BlockInfo[DestBB->getNumber()].Offset;