Home
last modified time | relevance | path

Searched defs:DefIndices (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp152 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in StartBlock() local
202 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in Observe() local
296 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in HandleLastUse() local
345 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in PrescanInstruction() local
539 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in FindSuitableFreeRegisters() local
736 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in BreakAntiDependencies() local
H A DCriticalAntiDepBreaker.h67 std::vector<unsigned> DefIndices; variable
H A DAggressiveAntiDepBreaker.h77 std::vector<unsigned> DefIndices; variable