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 DRegAllocGreedy.h155 bool getReverseLocalAssignment() const { return ReverseLocalAssignment; } in getReverseLocalAssignment()
287 bool ReverseLocalAssignment = false; variable
H A DRegAllocPriorityAdvisor.cpp218 ReverseLocalAssignment(RA.getReverseLocalAssignment()) {} in RegAllocPriorityAdvisor()
H A DRegAllocGreedy.cpp453 (!ReverseLocalAssignment && in getPriority()
463 if (!ReverseLocalAssignment) in getPriority()
2871 ReverseLocalAssignment = GreedyReverseLocalAssignment.getNumOccurrences() in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPriorityAdvisor.h48 const bool ReverseLocalAssignment; variable