Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp2672 struct MBBPriorityInfo { struct
2673 MachineBasicBlock *MBB;
2674 unsigned Depth;
2675 bool IsSplit;
2677 MBBPriorityInfo(MachineBasicBlock *mbb, unsigned depth, bool issplit) in MBBPriorityInfo() function