Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp846 bool PBQPAllocComplete = false; in runOnMachineFunction() local
849 while (!PBQPAllocComplete) { in runOnMachineFunction()
872 PBQPAllocComplete = mapPBQPToRegAlloc(G, Solution, VRM, *VRegSpiller); in runOnMachineFunction()