Searched refs:DefIndices (Results 1 – 4 of 4) sorted by relevance
63 DefIndices[i] = BBSize; in StartBlock()79 DefIndices[Reg] = ~0u; in StartBlock()97 DefIndices[Reg] = ~0u; in StartBlock()127 } else if (DefIndices[Reg] < InsertPosIndex && DefIndices[Reg] >= Count) { in Observe()136 DefIndices[Reg] = InsertPosIndex; in Observe()268 DefIndices[i] = Count; in ScanInstruction()292 DefIndices[SubregReg] = Count; in ScanInstruction()330 DefIndices[AliasReg] = ~0u; in ScanInstruction()671 DefIndices[NewReg] = DefIndices[AntiDepReg]; in BreakAntiDependencies()674 (DefIndices[NewReg] == ~0u)) && in BreakAntiDependencies()[all …]
64 DefIndices(TargetRegs, 0) { in AggressiveAntiDepState()72 DefIndices[i] = BBSize; in AggressiveAntiDepState()169 DefIndices[Reg] = ~0u; in StartBlock()187 DefIndices[AliasReg] = ~0u; in StartBlock()223 } else if ((DefIndices[Reg] < InsertPosIndex) in Observe()224 && (DefIndices[Reg] >= Count)) { in Observe()225 DefIndices[Reg] = Count; in Observe()323 DefIndices[Reg] = ~0u; in HandleLastUse()339 DefIndices[SubregReg] = ~0u; in HandleLastUse()439 DefIndices[*AI] = Count; in PrescanInstruction()[all …]
78 std::vector<unsigned> DefIndices; variable87 std::vector<unsigned> &GetDefIndices() { return DefIndices; } in GetDefIndices()
68 std::vector<unsigned> DefIndices; variable