Lines Matching refs:BlockInformation
62 BlockInformation.find(BB->getParent()); in getExecutionCount()
63 if (J != BlockInformation.end()) { in getExecutionCount()
119 if (Count != MissingValue) BlockInformation[BB->getParent()][BB] = Count; in getExecutionCount()
127 BlockInformation.find(MBB->getParent()); in getExecutionCount()
128 if (J != BlockInformation.end()) { in getExecutionCount()
171 BlockInformation[BB->getParent()][BB] = w; in setExecutionCount()
179 BlockInformation[MBB->getParent()][MBB] = w; in setExecutionCount()
198 BlockInformation[BB->getParent()][BB] = oldw + w; in addExecutionCount()
204 BlockInformation.find(BB->getParent()); in removeBlock()
205 if (J == BlockInformation.end()) return; in removeBlock()
403 BlockInformation[F][NewBB] += neww; in splitEdge()
488 BlockInformation.erase(Old); in transfer()
731 if (BlockInformation[F].find(BB) == BlockInformation[F].end()) { in repair()