Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp158 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in StartBlock() local
209 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in Observe() local
306 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in HandleLastUse() local
356 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in PrescanInstruction() local
555 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in FindSuitableFreeRegisters() local
760 std::vector<unsigned> &DefIndices = State->GetDefIndices(); in BreakAntiDependencies() local
DCriticalAntiDepBreaker.h67 std::vector<unsigned> DefIndices; variable
DAggressiveAntiDepBreaker.h77 std::vector<unsigned> DefIndices; variable