Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp81 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference> *RegRefs) in GetGroupRegs()
298 RegRefs = State->GetRegRefs(); in HandleLastUse() local
347 RegRefs = State->GetRegRefs(); in PrescanInstruction() local
433 RegRefs = State->GetRegRefs(); in ScanInstruction() local
541 RegRefs = State->GetRegRefs(); in FindSuitableFreeRegisters() local
738 RegRefs = State->GetRegRefs(); in BreakAntiDependencies() local
H A DCriticalAntiDepBreaker.h56 std::multimap<unsigned, MachineOperand *> RegRefs; variable
H A DAggressiveAntiDepBreaker.h69 std::multimap<unsigned, RegisterReference> RegRefs; variable