Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp153 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in StartBlock() local
203 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in Observe() local
298 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in HandleLastUse() local
348 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in PrescanInstruction() local
547 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in FindSuitableFreeRegisters() local
752 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