Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
297 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in HandleLastUse() local
347 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in PrescanInstruction() local
543 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in FindSuitableFreeRegisters() local
745 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