reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
942 if (!llvm::all_of(I->uses(), 943 [&](Use &U) { return DT->dominates(I, U); })) { 945 DT->getNode(I->getParent())->getIDom()->getBlock(); 954 << ": " << *I << "\n"); 955 moveInstructionBefore(*I, *HoistPoint, *SafetyInfo, MSSAU); 956 HoistPoint = I;