Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp2672 struct MBBPriorityInfo { struct
2677 MBBPriorityInfo(MachineBasicBlock *mbb, unsigned depth, bool issplit) in MBBPriorityInfo() function
2686 static int compareMBBPriority(const MBBPriorityInfo *LHS, in compareMBBPriority()
2687 const MBBPriorityInfo *RHS) { in compareMBBPriority()
2875 std::vector<MBBPriorityInfo> MBBs; in joinAllIntervals()
2879 MBBs.push_back(MBBPriorityInfo(MBB, Loops->getLoopDepth(MBB), in joinAllIntervals()