Lines Matching refs:getNumber
212 BlockData &BBInfo = BlockInfo[MBB.getNumber()]; in computeVXRMChanges()
241 BlockData &BBInfo = BlockInfo[MBB.getNumber()]; in computeAvailable()
250 Available = Available.intersect(BlockInfo[P->getNumber()].AvailableOut); in computeAvailable()
275 if (!BlockInfo[S->getNumber()].InQueue) { in computeAvailable()
276 BlockInfo[S->getNumber()].InQueue = true; in computeAvailable()
283 BlockData &BBInfo = BlockInfo[MBB.getNumber()]; in computeAnticipated()
293 Anticipated.intersect(BlockInfo[S->getNumber()].AnticipatedIn); in computeAnticipated()
319 if (!BlockInfo[P->getNumber()].InQueue) { in computeAnticipated()
320 BlockInfo[P->getNumber()].InQueue = true; in computeAnticipated()
327 const BlockData &BBInfo = BlockInfo[MBB.getNumber()]; in emitWriteVXRM()
347 const BlockData &PInfo = BlockInfo[P->getNumber()]; in emitWriteVXRM()
440 BlockInfo[MBB.getNumber()].InQueue = true; in runOnMachineFunction()
451 BlockInfo[MBB.getNumber()].InQueue = true; in runOnMachineFunction()