reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
273 MF->insert(++MBB.getIterator(), LoadCmpBB); 274 MF->insert(++LoadCmpBB->getIterator(), StoreBB); 282 BuildMI(LoadCmpBB, DL, TII->get(AArch64::LDAXPX)) 286 BuildMI(LoadCmpBB, DL, TII->get(AArch64::SUBSXrs), AArch64::XZR) 290 BuildMI(LoadCmpBB, DL, TII->get(AArch64::CSINCWr), StatusReg) 294 BuildMI(LoadCmpBB, DL, TII->get(AArch64::SUBSXrs), AArch64::XZR) 298 BuildMI(LoadCmpBB, DL, TII->get(AArch64::CSINCWr), StatusReg) 302 BuildMI(LoadCmpBB, DL, TII->get(AArch64::CBNZW)) 305 LoadCmpBB->addSuccessor(DoneBB); 306 LoadCmpBB->addSuccessor(StoreBB); 317 .addMBB(LoadCmpBB); 318 StoreBB->addSuccessor(LoadCmpBB); 324 MBB.addSuccessor(LoadCmpBB); 333 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); 337 LoadCmpBB->clearLiveIns(); 338 computeAndAddLiveIns(LiveRegs, *LoadCmpBB);