Searched refs:CostTblIndex (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp758 unsigned CostTblIndex = 0; local
764 OS << NumCostEntries << ", " << CostTblIndex << ", "
767 CostTblIndex += NumCostEntries;
771 return CostTblIndex;

Completed in 107 milliseconds