Home | History | Annotate | Download | only in IPO

Lines Matching refs:Argument

13 // them.  The existing dead argument elimination pass should be run after this
79 /// constant in for an argument, propagate that constant in as the argument.
84 // For each argument, keep track of its constant value and whether it is a
111 // If this argument is known non-constant, ignore it.
121 // Ignore recursive calls passing argument down.
123 // Argument became non-constant. If all arguments are non-constant now,
132 // If we got to this point, there is a constant argument!
137 // Do we have a constant argument?
199 // Try to see if all the rets return the same constant or argument.
200 if (isa<Constant>(V) || isa<Argument>(V)) {
241 if (Argument *A = dyn_cast<Argument>(New))
242 // Was an argument returned? Then find the corresponding argument in
266 if (Argument *A = dyn_cast<Argument>(New))
267 // Was an argument returned? Then find the corresponding argument in