Searched refs:TempSU (Results 1 – 3 of 3) sorted by relevance
1026 auto TempSU = ChainSeed; in apply() local1031 for (auto &Succ : TempSU->Succs) { in apply()1033 TempSU = Succ.getSUnit(); in apply()1042 Cache->push_back(TempSU); in apply()1279 auto TempSU = ChainSeed; in apply() local1284 for (auto &Succ : TempSU->Succs) { in apply()1286 TempSU = Succ.getSUnit(); in apply()1295 Cache->push_back(TempSU); in apply()
759 SUnit *TempSU = MIToSUnit.find(I)->second; in canPromoteToNewValueStore() local760 MachineInstr &TempMI = *TempSU->getInstr(); in canPromoteToNewValueStore()773 if (MO.isReg() && TempSU->getInstr()->modifiesRegister(MO.getReg(), HRI)) in canPromoteToNewValueStore()
1967 auto *TempSU = Temp.SU; in CalcNodeSethiUllmanNumber() local1970 for (unsigned P = Temp.PredsProcessed; P < TempSU->Preds.size(); ++P) { in CalcNodeSethiUllmanNumber()1971 auto &Pred = TempSU->Preds[P]; in CalcNodeSethiUllmanNumber()1994 for (const SDep &Pred : TempSU->Preds) { in CalcNodeSethiUllmanNumber()2009 SUNumbers[TempSU->NodeNum] = SethiUllmanNumber; in CalcNodeSethiUllmanNumber()