Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp714 bool AnotherRoundNeeded = false; in mapPBQPToRegAlloc() local
736 AnotherRoundNeeded |= !NewVRegs.empty(); in mapPBQPToRegAlloc()
740 return !AnotherRoundNeeded; in mapPBQPToRegAlloc()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp673 bool AnotherRoundNeeded = false; in mapPBQPToRegAlloc() local
695 AnotherRoundNeeded |= !NewVRegs.empty(); in mapPBQPToRegAlloc()
699 return !AnotherRoundNeeded; in mapPBQPToRegAlloc()