reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1083 if (DT->dominates(InstToHoist, Pos)) 1087 fixupInsertPoints(InstToHoist); 1088 InstToHoist->moveBefore(Pos); 1089 Pos = InstToHoist; 1090 InstToHoist = cast<Instruction>(InstToHoist->getOperand(0)); 1090 InstToHoist = cast<Instruction>(InstToHoist->getOperand(0)); 1091 } while (InstToHoist != LoopPhi);