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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 9484     if (!Arg || Arg->hasInAllocaAttr() || Arg->hasByValAttr() ||
 9484     if (!Arg || Arg->hasInAllocaAttr() || Arg->hasByValAttr() ||
 9484     if (!Arg || Arg->hasInAllocaAttr() || Arg->hasByValAttr() ||
 9485         Arg->getType()->isEmptyTy() ||
 9486         DL.getTypeStoreSize(Arg->getType()) !=
 9488         ArgCopyElisionCandidates.count(Arg)) {
 9498     ArgCopyElisionCandidates.insert({Arg, {AI, SI}});