Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.h64 std::vector<unsigned> DefIndices; variable
DAggressiveAntiDepBreaker.cpp152 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in StartBlock() local
202 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in Observe() local
303 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in HandleLastUse() local
337 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in PrescanInstruction() local
530 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in FindSuitableFreeRegisters() local
705 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in BreakAntiDependencies() local
DAggressiveAntiDepBreaker.h75 std::vector<unsigned> DefIndices; variable