Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp239 bool coalesceSegments(const SmallVectorImpl<MachineInstr *> &Condsets,
1191 const SmallVectorImpl<MachineInstr *> &Condsets, in coalesceSegments() argument
1194 for (MachineInstr *MI : Condsets) { in coalesceSegments()
1268 SmallVector<MachineInstr*,16> Condsets; in runOnMachineFunction() local
1272 Condsets.push_back(&I); in runOnMachineFunction()
1276 Changed |= coalesceSegments(Condsets, CoalUpd); in runOnMachineFunction()
1284 for (MachineInstr *MI : Condsets) in runOnMachineFunction()
1297 for (MachineInstr *MI : Condsets) in runOnMachineFunction()
1299 Condsets.clear(); // The contents of Condsets are invalid here anyway. in runOnMachineFunction()