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

References

lib/Transforms/Scalar/ConstantHoisting.cpp
  567   for (auto ConstCand = S; ConstCand != E; ++ConstCand) {
  567   for (auto ConstCand = S; ConstCand != E; ++ConstCand) {
  568     auto Value = ConstCand->ConstInt->getValue();
  569     Type *Ty = ConstCand->ConstInt->getType();
  571     NumUses += ConstCand->Uses.size();
  572     LLVM_DEBUG(dbgs() << "= Constant: " << ConstCand->ConstInt->getValue()
  575     for (auto User : ConstCand->Uses) {
  584                                    ConstCand->ConstInt->getValue());
  598       MaxCostItr = ConstCand;