Searched refs:conflict_num (Results 1 – 1 of 1) sorted by relevance
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/ |
H A D | GraphColor.cpp | 4026 int conflict_num = 0; in calculateBankConflictsInBB() local 4079 conflict_num++; in calculateBankConflictsInBB() 4092 conflict_num++; in calculateBankConflictsInBB() 4107 return conflict_num; in calculateBankConflictsInBB() 4121 …int conflict_num = calculateBankConflictsInBB(curBB, even_odd_num, low_high_num, threeSourceNum, t… in calculateBankConflicts() local 4126 …nsts: %d, kernel: %s\n", curBB->getId(), even_odd_num, low_high_num, conflict_num, threeSourceNum… in calculateBankConflicts() 4130 …nsts: %d, kernel: %s\n", curBB->getId(), even_odd_num, low_high_num, conflict_num, threeSourceNum… in calculateBankConflicts()
|