Home | History | Annotate | Download | only in X86

Lines Matching refs:CalleeWillPop

3754   bool CalleeWillPop =
3761 bool CalleePopMatches = CalleeWillPop && BytesToPop == StackArgsSize;
3764 } else if (CalleeWillPop && StackArgsSize > 0) {