Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp152 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in StartBlock()
202 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in Observe()
296 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in HandleLastUse()
345 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in PrescanInstruction()
539 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in FindSuitableFreeRegisters()
736 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in BreakAntiDependencies()
H A DAggressiveAntiDepBreaker.h86 std::vector<unsigned> &GetDefIndices() { return DefIndices; } in GetDefIndices() function