reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
252 MF.push_back(CaptureSpec); 264 Entry->addSuccessor(CaptureSpec); 274 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::PAUSE)); 275 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::LFENCE)); 276 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::JMP_1)).addMBB(CaptureSpec); 276 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::JMP_1)).addMBB(CaptureSpec); 277 CaptureSpec->setHasAddressTaken(); 278 CaptureSpec->addSuccessor(CaptureSpec); 278 CaptureSpec->addSuccessor(CaptureSpec);