Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRegisterCoalescer.cpp3601 struct MBBPriorityInfo { struct
3602 MachineBasicBlock *MBB;
3603 unsigned Depth;
3604 bool IsSplit;
3606 MBBPriorityInfo(MachineBasicBlock *mbb, unsigned depth, bool issplit) in MBBPriorityInfo() argument