Searched refs:MyBundledInstr (Results 1 – 1 of 1) sorted by relevance
17 struct MyBundledInstr struct18 : public ilist_node<MyBundledInstr, ilist_sentinel_tracking<true>> {22 typedef MachineInstrBundleIterator<MyBundledInstr> bundled_iterator;23 typedef MachineInstrBundleIterator<const MyBundledInstr> const_bundled_iterator;24 typedef MachineInstrBundleIterator<MyBundledInstr, true>26 typedef MachineInstrBundleIterator<const MyBundledInstr, true>32 MyBundledInstr MBI; in TEST()70 MyBundledInstr MBI; in TEST()71 const MyBundledInstr &CMBI = MBI; in TEST()