Searched defs:LowOverheadLoop (Results 1 – 1 of 1) sorted by relevance
122 struct LowOverheadLoop { struct124 MachineLoop *ML = nullptr;125 MachineFunction *MF = nullptr;126 MachineInstr *InsertPt = nullptr;127 MachineInstr *Start = nullptr;128 MachineInstr *Dec = nullptr;129 MachineInstr *End = nullptr;130 MachineInstr *VCTP = nullptr;131 VPTBlock *CurrentBlock = nullptr;132 SetVector<MachineInstr*> CurrentPredicate;[all …]