Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1661 struct DepthMBBCompare { struct
1662 typedef std::pair<unsigned, MachineBasicBlock*> DepthMBBPair;
1663 bool operator()(const DepthMBBPair &LHS, const DepthMBBPair &RHS) const { in operator ()()