Home
last modified time | relevance | path

Searched refs:ReverseLocalAssignment (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPriorityAdvisor.h46 const bool ReverseLocalAssignment; variable
H A DRegAllocPriorityAdvisor.cpp112 ReverseLocalAssignment(RA.getReverseLocalAssignment()) {} in RegAllocPriorityAdvisor()
H A DRegAllocGreedy.h153 bool getReverseLocalAssignment() const { return ReverseLocalAssignment; } in getReverseLocalAssignment()
281 bool ReverseLocalAssignment = false; variable
H A DRegAllocGreedy.cpp325 (!ReverseLocalAssignment && in getPriority()
335 if (!ReverseLocalAssignment) in getPriority()
2745 ReverseLocalAssignment = GreedyReverseLocalAssignment.getNumOccurrences() in runOnMachineFunction()