Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp310 unsigned GlobalBit = 0; in enqueue() local
330 GlobalBit = 1; in enqueue()
333 Prio |= RC.AllocationPriority << 25 | GlobalBit << 24; in enqueue()
335 Prio |= GlobalBit << 29 | RC.AllocationPriority << 24; in enqueue()