Home
last modified time | relevance | path

Searched defs:HexagonBid (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonShuffler.cpp31 class HexagonBid { class
39 HexagonBid() : Bid(0){}; in HexagonBid() function in HexagonBid
40 HexagonBid(unsigned B) { Bid = B ? MAX / countPopulation(B) : 0; }; in HexagonBid() function in HexagonBid