Searched refs:MyBundledInstr (Results 1 – 1 of 1) sorted by relevance
18 struct MyBundledInstr struct19 : public ilist_node<MyBundledInstr, ilist_sentinel_tracking<true>> {23 typedef MachineInstrBundleIterator<MyBundledInstr> bundled_iterator;24 typedef MachineInstrBundleIterator<const MyBundledInstr> const_bundled_iterator;25 typedef MachineInstrBundleIterator<MyBundledInstr, true>27 typedef MachineInstrBundleIterator<const MyBundledInstr, true>33 MyBundledInstr MBI; in TEST()71 MyBundledInstr MBI; in TEST()72 const MyBundledInstr &CMBI = MBI; in TEST()