reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1901 BasicBlock *BB = I->getParent(); 1905 MSSAU->changeToUnreachable(I); 1921 CallInst *CallTrap = CallInst::Create(TrapFn, "", I); 1922 CallTrap->setDebugLoc(I->getDebugLoc()); 1924 auto *UI = new UnreachableInst(I->getContext(), I); 1924 auto *UI = new UnreachableInst(I->getContext(), I); 1925 UI->setDebugLoc(I->getDebugLoc()); 1929 BasicBlock::iterator BBI = I->getIterator(), BBE = BB->end();