Home
last modified time | relevance | path

Searched refs:RegWeightPair (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocLinearScan.cpp914 typedef std::pair<unsigned, float> RegWeightPair; typedef
915 bool operator()(const RegWeightPair &LHS, const RegWeightPair &RHS) const { in operator ()()