reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/LCSSA.cpp
   92     assert(!I->getType()->isTokenTy() && "Tokens shouldn't be in the worklist");
   93     BasicBlock *InstBB = I->getParent();
  104     for (Use &U : I->uses()) {
  125     if (auto *Inv = dyn_cast<InvokeInst>(I))
  135     SSAUpdate.Initialize(I->getType(), I->getName());
  135     SSAUpdate.Initialize(I->getType(), I->getName());
  147       PHINode *PN = PHINode::Create(I->getType(), PredCache.size(ExitBB),
  148                                     I->getName() + ".lcssa", &ExitBB->front());
  150       PN->setDebugLoc(I->getDebugLoc());
  153         PN->addIncoming(I, Pred);
  218     llvm::findDbgValues(DbgValues, I);
  221     auto &Ctx = I->getContext();