Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp152 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in StartBlock()
202 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in Observe()
297 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in HandleLastUse()
347 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in PrescanInstruction()
543 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in FindSuitableFreeRegisters()
745 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in BreakAntiDependencies()
H A DAggressiveAntiDepBreaker.h86 std::vector<unsigned> &GetDefIndices() { return DefIndices; } in GetDefIndices() function