reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1077 Deps.clear(); 1078 getPHIDeps(PHI, Deps, MBB, MTM.MRI); 1079 if (!Deps.empty()) { 1083 if (pushDepHeight(Deps.front(), PHI, Height, Heights, MTM.SchedModel, 1085 addLiveIns(Deps.front().DefMI, Deps.front().DefOp, Stack); 1085 addLiveIns(Deps.front().DefMI, Deps.front().DefOp, Stack); 1107 Deps.clear(); 1108 bool HasPhysRegs = !MI.isPHI() && getDataDeps(MI, Deps, MTM.MRI); 1116 for (const DataDep &Dep : Deps)