Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3929 struct MBBPriorityInfo { struct
3930 MachineBasicBlock *MBB;
3931 unsigned Depth;
3932 bool IsSplit;
3934 MBBPriorityInfo(MachineBasicBlock *mbb, unsigned depth, bool issplit) in MBBPriorityInfo() function