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

References

lib/Transforms/Scalar/SpeculateAroundPHIs.cpp
  235     MatCost = TTI.getIntImmCost(IncomingC->getValue(), IncomingC->getType());
  236     NonFreeMat |= MatCost != TTI.TCC_Free;
  286         FoldedCost += TTI.getIntImmCost(IID, Idx, IncomingC->getValue(),
  290             TTI.getIntImmCost(UserI->getOpcode(), Idx, IncomingC->getValue(),
  311   int TotalMatCost = TTI.TCC_Free, TotalFoldedCost = TTI.TCC_Free;
  311   int TotalMatCost = TTI.TCC_Free, TotalFoldedCost = TTI.TCC_Free;