Searched refs:LastSALU (Results 1 – 1 of 1) sorted by relevance
896 auto LastSALU = DAG->SUnits.begin(); in apply() local914 for ( ; Lat && LastSALU != E; ++LastSALU) { in apply()915 if (Visited.count(&*LastSALU)) in apply()918 if (!isSALU(&*LastSALU) || !canAddEdge(&*LastSALU, &SU)) in apply()921 Lat -= linkSALUChain(&SU, &*LastSALU, Lat, Visited); in apply()