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

References

lib/Transforms/Scalar/ConstantHoisting.cpp
  364     Cost = TTI->getIntImmCost(IntrInst->getIntrinsicID(), Idx,
  367     Cost = TTI->getIntImmCost(Inst->getOpcode(), Idx, ConstInt->getValue(),
  371   if (Cost > TargetTransformInfo::TCC_Basic) {
  380     ConstIntCandVec[Itr->second].addUser(Inst, Idx, Cost);
  383                    << " with cost " << Cost << '\n';
  386                            << *Inst->getOperand(Idx) << " with cost " << Cost