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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h32 uint8_t MinCost; member in struct:llvm::RegisterClassInfo::RCInfo
37 : Tag(0), NumRegs(0), ProperSubClass(false), MinCost(0),
121 return get(RC).MinCost;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp89 unsigned MinCost = 0xff; local
102 MinCost = std::min(MinCost, Cost);
136 RCI.MinCost = uint8_t(MinCost);
H A DRegAllocGreedy.cpp700 unsigned MinCost = RegClassInfo.getMinCost(RC); local
701 if (MinCost >= CostPerUseLimit) {
702 DEBUG(dbgs() << RC->getName() << " minimum cost = " << MinCost

Completed in 165 milliseconds