Home
last modified time | relevance | path

Searched refs:BytesToPop (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kISelLowering.cpp1297 if (unsigned BytesToPop = in IsEligibleForTailCallOptimization() local
1300 bool CalleePopMatches = CalleeWillPop && BytesToPop == StackArgsSize; in IsEligibleForTailCallOptimization()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp4812 if (unsigned BytesToPop = in IsEligibleForTailCallOptimization() local
4815 bool CalleePopMatches = CalleeWillPop && BytesToPop == StackArgsSize; in IsEligibleForTailCallOptimization()