Home | History | Annotate | Download | only in Analysis

Lines Matching full:getparent

62     BlockInformation.find(BB->getParent());
119 if (Count != MissingValue) BlockInformation[BB->getParent()][BB] = Count;
127 BlockInformation.find(MBB->getParent());
171 BlockInformation[BB->getParent()][BB] = w;
179 BlockInformation[MBB->getParent()][MBB] = w;
198 BlockInformation[BB->getParent()][BB] = oldw + w;
204 BlockInformation.find(BB->getParent());
320 const Function *F = DestBB->getParent();
370 const Function *F = FirstBB->getParent();
414 const Function *F = Old->getParent();
445 const Function *F = BB->getParent();
554 EdgeInformation[BB->getParent()][edgetocalc] = outcount-incount;
556 EdgeInformation[BB->getParent()][edgetocalc] = incount-outcount;