Home | History | Annotate | Download | only in ARM

Lines Matching defs:MBBInfo

202     struct MBBInfo {
208 MBBInfo() : HighLatencyCPSR(false), Visited(false) {}
211 SmallVector<MBBInfo, 8> BlockInfo;
992 const MBBInfo &PInfo = BlockInfo[Pred->getNumber()];
1064 MBBInfo &Info = BlockInfo[MBB.getNumber()];