Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocLinearScan.cpp907 struct WeightCompare { struct
912 WeightCompare(const RALinScan &Alloc) : Allocator(Alloc) {} in WeightCompare() argument
1182 std::sort(RegsWeights.begin(), RegsWeights.end(), WeightCompare(*this)); in assignRegOrStackSlotAtInterval()