Searched refs:T2JumpTables (Results 1 – 1 of 1) sorted by relevance
252 SmallVector<MachineInstr*, 4> T2JumpTables; member in __anon8e1325130111::ARMConstantIslands410 T2JumpTables.clear(); in runOnMachineFunction()499 T2JumpTables.clear(); in runOnMachineFunction()629 T2JumpTables.push_back(I); in scanFunctionJumpTables()680 T2JumpTables.push_back(I); in initializeFunctionInfo()1864 for (unsigned i = 0, e = T2JumpTables.size(); i != e; ++i) { in optimizeThumb2JumpTables()1865 MachineInstr *MI = T2JumpTables[i]; in optimizeThumb2JumpTables()1992 for (unsigned i = 0, e = T2JumpTables.size(); i != e; ++i) { in reorderThumb2JumpTables()1993 MachineInstr *MI = T2JumpTables[i]; in reorderThumb2JumpTables()