Lines Matching defs:Condsets
152 StringRef getPassName() const override { return "Hexagon Expand Condsets"; }
241 bool coalesceSegments(const SmallVectorImpl<MachineInstr *> &Condsets,
256 "Hexagon Expand Condsets", false, false)
261 "Hexagon Expand Condsets", false, false)
1209 const SmallVectorImpl<MachineInstr *> &Condsets,
1212 for (MachineInstr *MI : Condsets) {
1285 SmallVector<MachineInstr*,16> Condsets;
1289 Condsets.push_back(&I);
1295 Changed |= coalesceSegments(Condsets, CoalUpd);
1303 for (MachineInstr *MI : Condsets) {
1318 for (MachineInstr *MI : Condsets)
1320 Condsets.clear(); // The contents of Condsets are invalid here anyway.