Home | History | Annotate | Download | only in Analysis

Lines Matching refs:BlockInformation

62     BlockInformation.find(BB->getParent());
63 if (J != BlockInformation.end()) {
119 if (Count != MissingValue) BlockInformation[BB->getParent()][BB] = Count;
127 BlockInformation.find(MBB->getParent());
128 if (J != BlockInformation.end()) {
171 BlockInformation[BB->getParent()][BB] = w;
179 BlockInformation[MBB->getParent()][MBB] = w;
198 BlockInformation[BB->getParent()][BB] = oldw + w;
204 BlockInformation.find(BB->getParent());
205 if (J == BlockInformation.end()) return;
403 BlockInformation[F][NewBB] += neww;
488 BlockInformation.erase(Old);
731 if (BlockInformation[F].find(BB) == BlockInformation[F].end()) {