Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2890 bool CalleePopMatches = CalleeWillPop && BytesToPop == StackArgsSize; in IsEligibleForTailCallOptimization() local
2891 if (!CalleePopMatches) in IsEligibleForTailCallOptimization()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1361 bool CalleePopMatches = CalleeWillPop && BytesToPop == StackArgsSize; in IsEligibleForTailCallOptimization() local
1362 if (!CalleePopMatches) in IsEligibleForTailCallOptimization()