Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp328 unsigned GlobalBit = 0; in getPriority() local
348 GlobalBit = 1; in getPriority()
367 Prio |= RC.AllocationPriority << 25 | GlobalBit << 24; in getPriority()
369 Prio |= GlobalBit << 29 | RC.AllocationPriority << 24; in getPriority()