Searched refs:Condsets (Results 1 – 4 of 4) sorted by relevance
238 bool coalesceSegments(const SmallVectorImpl<MachineInstr*> &Condsets,1197 const SmallVectorImpl<MachineInstr*> &Condsets, in coalesceSegments() argument1200 for (MachineInstr *MI : Condsets) { in coalesceSegments()1274 SmallVector<MachineInstr*,16> Condsets; in runOnMachineFunction() local1278 Condsets.push_back(&I); in runOnMachineFunction()1282 Changed |= coalesceSegments(Condsets, CoalUpd); in runOnMachineFunction()1290 for (MachineInstr *MI : Condsets) in runOnMachineFunction()1303 for (MachineInstr *MI : Condsets) in runOnMachineFunction()1305 Condsets.clear(); // The contents of Condsets are invalid here anyway. in runOnMachineFunction()
5 ; isn't updated correctly during the Hexagon Expand Condsets pass. The pass
5 ; Hexagon Expand Condsets pass. The pass shouldn't add a kill flag to a use that
1192 SmallVector<MachineInstr*,16> Condsets; in coalesceSegments() local1202 Condsets.push_back(MI); in coalesceSegments()1207 for (unsigned i = 0, n = Condsets.size(); i < n; ++i) { in coalesceSegments()1208 MachineInstr *CI = Condsets[i]; in coalesceSegments()