reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1047 bool IsDomParent = DomTree->dominates(BB2, BB1); 1048 bool IsInSameLoop = LI->getLoopFor(BB1) == LI->getLoopFor(BB2); 1049 if (BB1 != BB2 && IsDomParent && IsInSameLoop) { 1050 EquivalenceClass[BB2] = EC; 1052 if (VisitedBlocks.count(BB2)) { 1064 Weight = std::max(Weight, BlockWeights[BB2]);