Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h153 return RegClassPriorityTrumpsGlobalness; in getRegClassPriorityTrumpsGlobalness()
285 bool RegClassPriorityTrumpsGlobalness = false; variable
H A DRegAllocPriorityAdvisor.cpp216 RegClassPriorityTrumpsGlobalness( in RegAllocPriorityAdvisor()
H A DRegAllocGreedy.cpp494 if (RegClassPriorityTrumpsGlobalness) in getPriority()
2866 RegClassPriorityTrumpsGlobalness = in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPriorityAdvisor.h47 const bool RegClassPriorityTrumpsGlobalness; variable