Home
last modified time | relevance | path

Searched refs:T2JumpTables (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp211 SmallVector<MachineInstr*, 4> T2JumpTables; member in __anonce701f480111::ARMConstantIslands
427 T2JumpTables.clear(); in runOnMachineFunction()
456 if (!T2JumpTables.empty()) in runOnMachineFunction()
529 T2JumpTables.clear(); in runOnMachineFunction()
744 T2JumpTables.push_back(&I); in scanFunctionJumpTables()
799 T2JumpTables.push_back(&I); in initializeFunctionInfo()
2225 for (unsigned i = 0, e = T2JumpTables.size(); i != e; ++i) { in optimizeThumb2JumpTables()
2226 MachineInstr *MI = T2JumpTables[i]; in optimizeThumb2JumpTables()
2418 for (unsigned i = 0, e = T2JumpTables.size(); i != e; ++i) { in reorderThumb2JumpTables()
2419 MachineInstr *MI = T2JumpTables[i]; in reorderThumb2JumpTables()