reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
173 MachineBasicBlock *localMBB = LIS.getMBBFromIndex(*end); 174 assert(localMBB == LIS.getMBBFromIndex(*start) &&lib/CodeGen/InlineSpiller.cpp
383 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(SrcVNI->def); 401 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SrcVNI->def); 499 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); 1335 MachineBasicBlock *Root = LIS.getMBBFromIndex(OrigVNI.def);lib/CodeGen/LiveDebugVariables.cpp
720 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start); 1353 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator(); 1381 MachineFunction::iterator MBB = LIS.getMBBFromIndex(loc)->getIterator();lib/CodeGen/LiveInterval.cpp
1327 const MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def);
lib/CodeGen/LiveIntervals.cpp 842 const MachineBasicBlock *PHIMBB = getMBBFromIndex(PHI->def);
lib/CodeGen/MachineVerifier.cpp2386 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(VNI->def); 2477 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(S.start); 2492 LiveInts->getMBBFromIndex(S.end.getPrevSlot());lib/CodeGen/SplitKit.cpp
226 LIS.getMBBFromIndex(LVI->start)->getIterator(); 309 MFI = LIS.getMBBFromIndex(LVI->start)->getIterator(); 326 LIS.getMBBFromIndex(LVI->start)->getIterator(); 832 assert(LIS.getMBBFromIndex(Start) == LIS.getMBBFromIndex(End) && 832 assert(LIS.getMBBFromIndex(Start) == LIS.getMBBFromIndex(End) && 976 MachineBasicBlock *MBB1 = LIS.getMBBFromIndex((*It1)->def); 977 MachineBasicBlock *MBB2 = LIS.getMBBFromIndex((*It2)->def); 1030 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def); 1083 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def); 1174 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator(); 1274 MachineBasicBlock &B = *LIS.getMBBFromIndex(V->def); 1292 MachineBasicBlock &B = *LIS.getMBBFromIndex(V->def);lib/Target/Hexagon/HexagonExpandCondsets.cpp
429 MachineBasicBlock *BB = LIS->getMBBFromIndex(SI); 441 MachineBasicBlock *BB = LIS->getMBBFromIndex(SI);