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)
1213 const SmallVectorImpl<MachineInstr *> &Condsets,
1216 for (MachineInstr *MI : Condsets) {
1289 SmallVector<MachineInstr*,16> Condsets;
1293 Condsets.push_back(&I);
1299 Changed |= coalesceSegments(Condsets, CoalUpd);
1307 for (MachineInstr *MI : Condsets) {
1322 for (MachineInstr *MI : Condsets)
1324 Condsets.clear(); // The contents of Condsets are invalid here anyway.