Searched refs:reduceBCInRR (Results 1 – 2 of 2) sorted by relevance
447 bool reduceBCInRR = false; in localRA() local451 …reduceBCInRR = bc.setupBankConflictsForKernel(doRoundRobin, reduceBCInTAandFF, numRegLRA, highInte… in localRA()469 …if ((!doRoundRobin && reduceBCInTAandFF) || (doRoundRobin && reduceBCInRR)) //To avoid the schedu… in localRA()
10193 bool reduceBCInRR = false; in coloringRegAlloc() local10197 …reduceBCInRR = bc.setupBankConflictsForKernel(true, reduceBCInTAandFF, SECOND_HALF_BANK_START_GRF … in coloringRegAlloc()10198 doBankConflictReduction = reduceBCInRR && reduceBCInTAandFF; in coloringRegAlloc()