Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocFast.cpp155 SmallVector<uint16_t, 8> DefOperandIndexes; member in __anon04051a820111::RegAllocFast
1211 DefOperandIndexes.clear(); in allocateInstruction()
1234 DefOperandIndexes.push_back(I); in allocateInstruction()
1240 llvm::sort(DefOperandIndexes, [&](uint16_t I0, uint16_t I1) { in allocateInstruction()
1274 for (uint16_t OpIdx : DefOperandIndexes) { in allocateInstruction()