Searched refs:DefIndices (Results 1 – 4 of 4) sorted by relevance
58 DefIndices[i] = BBSize; in StartBlock()73 DefIndices[Reg] = ~0u; in StartBlock()91 DefIndices[Reg] = ~0u; in StartBlock()121 } else if (DefIndices[Reg] < InsertPosIndex && DefIndices[Reg] >= Count) { in Observe()130 DefIndices[Reg] = InsertPosIndex; in Observe()270 DefIndices[i] = Count; in ScanInstruction()295 DefIndices[SubregReg] = Count; in ScanInstruction()333 DefIndices[AliasReg] = ~0u; in ScanInstruction()669 DefIndices[NewReg] = DefIndices[AntiDepReg]; in BreakAntiDependencies()672 (DefIndices[NewReg] == ~0u)) && in BreakAntiDependencies()[all …]
58 DefIndices(TargetRegs, 0) { in AggressiveAntiDepState()66 DefIndices[i] = BBSize; in AggressiveAntiDepState()161 DefIndices[Reg] = ~0u; in StartBlock()179 DefIndices[AliasReg] = ~0u; in StartBlock()215 } else if ((DefIndices[Reg] < InsertPosIndex) in Observe()216 && (DefIndices[Reg] >= Count)) { in Observe()217 DefIndices[Reg] = Count; in Observe()312 DefIndices[Reg] = ~0u; in HandleLastUse()327 DefIndices[SubregReg] = ~0u; in HandleLastUse()424 DefIndices[*AI] = Count; in PrescanInstruction()[all …]
77 std::vector<unsigned> DefIndices; variable86 std::vector<unsigned> &GetDefIndices() { return DefIndices; } in GetDefIndices()
67 std::vector<unsigned> DefIndices; variable