Searched refs:DefIndices (Results 1 – 4 of 4) sorted by relevance
59 DefIndices[i] = BBSize; in StartBlock()74 DefIndices[Reg] = ~0u; in StartBlock()92 DefIndices[Reg] = ~0u; in StartBlock()122 } else if (DefIndices[Reg] < InsertPosIndex && DefIndices[Reg] >= Count) { in Observe()131 DefIndices[Reg] = InsertPosIndex; in Observe()270 DefIndices[i] = Count; in ScanInstruction()296 DefIndices[SubregReg] = Count; in ScanInstruction()334 DefIndices[AliasReg] = ~0u; in ScanInstruction()675 DefIndices[NewReg] = DefIndices[AntiDepReg]; in BreakAntiDependencies()678 (DefIndices[NewReg] == ~0u)) && in BreakAntiDependencies()[all …]
58 DefIndices(TargetRegs, 0) { in AggressiveAntiDepState()66 DefIndices[i] = BBSize; in AggressiveAntiDepState()162 DefIndices[Reg] = ~0u; in StartBlock()180 DefIndices[AliasReg] = ~0u; in StartBlock()216 } else if ((DefIndices[Reg] < InsertPosIndex) in Observe()217 && (DefIndices[Reg] >= Count)) { in Observe()218 DefIndices[Reg] = Count; in Observe()314 DefIndices[Reg] = ~0u; in HandleLastUse()330 DefIndices[SubregReg] = ~0u; in HandleLastUse()430 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