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

References

lib/Transforms/Scalar/ConstantHoisting.cpp
  363   if (auto IntrInst = dyn_cast<IntrinsicInst>(Inst))
  367     Cost = TTI->getIntImmCost(Inst->getOpcode(), Idx, ConstInt->getValue(),
  380     ConstIntCandVec[Itr->second].addUser(Inst, Idx, Cost);
  381     LLVM_DEBUG(if (isa<ConstantInt>(Inst->getOperand(Idx))) dbgs()
  382                    << "Collect constant " << *ConstInt << " from " << *Inst
  385                            << " indirectly from " << *Inst << " via "
  386                            << *Inst->getOperand(Idx) << " with cost " << Cost