Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp211 SmallVector<MachineInstr*, 4> T2JumpTables; member in __anon34c212310111::ARMConstantIslands
425 T2JumpTables.clear(); in runOnMachineFunction()
454 if (!T2JumpTables.empty()) in runOnMachineFunction()
527 T2JumpTables.clear(); in runOnMachineFunction()
751 T2JumpTables.push_back(&I); in scanFunctionJumpTables()
812 T2JumpTables.push_back(&I); in initializeFunctionInfo()
2236 for (MachineInstr *MI : T2JumpTables) { in optimizeThumb2JumpTables()
2431 for (MachineInstr *MI : T2JumpTables) { in reorderThumb2JumpTables()