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

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

Completed in 54 milliseconds