Lines Matching defs:MLxExpansion
39 struct MLxExpansion : public MachineFunctionPass { struct
40 static char ID;
41 MLxExpansion() : MachineFunctionPass(ID) {} in MLxExpansion() argument
45 StringRef getPassName() const override { in getPassName()
50 const ARMBaseInstrInfo *TII;
51 const TargetRegisterInfo *TRI;
52 MachineRegisterInfo *MRI;
54 bool isLikeA9;
55 bool isSwift;
56 unsigned MIIdx;
57 MachineInstr* LastMIs[4];
58 SmallPtrSet<MachineInstr*, 4> IgnoreStall;