Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp151 std::vector<unsigned> &KillIndices = State->GetKillIndices(); in StartBlock() local
296 std::vector<unsigned> &KillIndices = State->GetKillIndices(); in HandleLastUse() local
542 std::vector<unsigned> &KillIndices = State->GetKillIndices(); in FindSuitableFreeRegisters() local
744 std::vector<unsigned> &KillIndices = State->GetKillIndices(); in BreakAntiDependencies() local
H A DCriticalAntiDepBreaker.h63 std::vector<unsigned> KillIndices; variable
H A DAggressiveAntiDepBreaker.h73 std::vector<unsigned> KillIndices; variable