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

References

lib/Transforms/IPO/GlobalOpt.cpp
  894       new StoreInst(ConstantInt::getTrue(GV->getContext()), InitBool, false,
  911       Value *LV = new LoadInst(InitBool->getValueType(), InitBool,
  911       Value *LV = new LoadInst(InitBool->getValueType(), InitBool,
  912                                InitBool->getName() + ".val", false, None,
  942     while (!InitBool->use_empty())  // Delete initializations
  943       cast<StoreInst>(InitBool->user_back())->eraseFromParent();
  944     delete InitBool;
  946     GV->getParent()->getGlobalList().insert(GV->getIterator(), InitBool);