Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp2644 struct MBBPriorityInfo { struct
2645 MachineBasicBlock *MBB;
2646 unsigned Depth;
2647 bool IsSplit;
2649 MBBPriorityInfo(MachineBasicBlock *mbb, unsigned depth, bool issplit) in MBBPriorityInfo() function