Searched defs:DepthMBBCompare (Results 1 – 1 of 1) sorted by relevance
1661 struct DepthMBBCompare { struct1662 typedef std::pair<unsigned, MachineBasicBlock*> DepthMBBPair;1663 bool operator()(const DepthMBBPair &LHS, const DepthMBBPair &RHS) const { in operator ()()