Home | History | Annotate | Download | only in IPO

Lines Matching refs:DeleteDeadVarargs

103 /// DeleteDeadVarargs - If this is an function that takes a ... list, and if
105 bool DeadArgumentEliminationPass::DeleteDeadVarargs(Function &Fn) {
1044 Changed |= DeleteDeadVarargs(F);