Searched refs:TempSU (Results 1 – 3 of 3) sorted by relevance
1001 auto *TempSU = ChainSeed; in apply() local1006 for (auto &Succ : TempSU->Succs) { in apply()1008 TempSU = Succ.getSUnit(); in apply()1017 Cache->push_back(TempSU); in apply()1252 auto *TempSU = ChainSeed; in apply() local1257 for (auto &Succ : TempSU->Succs) { in apply()1259 TempSU = Succ.getSUnit(); in apply()1268 Cache->push_back(TempSU); in apply()
750 SUnit *TempSU = MIToSUnit.find(I)->second; in canPromoteToNewValueStore() local751 MachineInstr &TempMI = *TempSU->getInstr(); in canPromoteToNewValueStore()764 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()