Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp2644 struct MBBPriorityInfo { struct
2649 MBBPriorityInfo(MachineBasicBlock *mbb, unsigned depth, bool issplit) in MBBPriorityInfo() function
2658 static int compareMBBPriority(const MBBPriorityInfo *LHS, in compareMBBPriority()
2659 const MBBPriorityInfo *RHS) { in compareMBBPriority()
2847 std::vector<MBBPriorityInfo> MBBs; in joinAllIntervals()
2851 MBBs.push_back(MBBPriorityInfo(MBB, Loops->getLoopDepth(MBB), in joinAllIntervals()