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

References

lib/CodeGen/CodeGenPrepare.cpp
  428   TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
 5463   bool ATPConsiderable = TTI->shouldConsiderAddressTypePromotion(
 5971       !isFormingBranchFromSelectProfitable(TTI, TLI, SI))
 6021     if (sinkSelectOperand(TTI, SI->getTrueValue())) {
 6031     if (sinkSelectOperand(TTI, SI->getFalseValue())) {
 6606   VectorPromoteHelper VPH(*DL, *TLI, *TTI, Inst, CombineCost);
 7037     if (tryUnmergingGEPsAcrossIndirectBr(GEPI, TTI)) {