Home
last modified time | relevance | path

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

/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(); HandleLastUse() local
345 std::vector<unsigned> &DefIndices = State->GetDefIndices(); PrescanInstruction() local
539 std::vector<unsigned> &DefIndices = State->GetDefIndices(); FindSuitableFreeRegisters() local
736 std::vector<unsigned> &DefIndices = State->GetDefIndices(); BreakAntiDependencies() local
[all...]
H A DCriticalAntiDepBreaker.h67 std::vector<unsigned> DefIndices; variable
H A DAggressiveAntiDepBreaker.h77 std::vector<unsigned> DefIndices; variable