Home
last modified time | relevance | path

Searched refs:Condsets (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp241 bool coalesceSegments(const SmallVectorImpl<MachineInstr *> &Condsets,
1213 const SmallVectorImpl<MachineInstr *> &Condsets, in coalesceSegments() argument
1216 for (MachineInstr *MI : Condsets) { in coalesceSegments()
1289 SmallVector<MachineInstr*,16> Condsets; in runOnMachineFunction() local
1293 Condsets.push_back(&I); in runOnMachineFunction()
1299 Changed |= coalesceSegments(Condsets, CoalUpd); in runOnMachineFunction()
1307 for (MachineInstr *MI : Condsets) { in runOnMachineFunction()
1322 for (MachineInstr *MI : Condsets) in runOnMachineFunction()
1324 Condsets.clear(); // The contents of Condsets are invalid here anyway. in runOnMachineFunction()