Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocFast.cpp149 SmallVector<uint16_t, 8> DefOperandIndexes; member in __anondcfd0db60111::RegAllocFast
1156 DefOperandIndexes.clear(); in allocateInstruction()
1179 DefOperandIndexes.push_back(I); in allocateInstruction()
1185 llvm::sort(DefOperandIndexes, [&](uint16_t I0, uint16_t I1) { in allocateInstruction()
1219 for (uint16_t OpIdx : DefOperandIndexes) { in allocateInstruction()