reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
11852 bool AArch64TargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const {
lib/Target/AMDGPU/SIISelLowering.cpp 2655 bool SITargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const {
lib/Target/ARC/ARCISelLowering.cpp 705 bool ARCTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const {
lib/Target/ARM/ARMISelLowering.cpp 2943 bool ARMTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const {
lib/Target/Hexagon/HexagonISelLowering.cpp 233 bool HexagonTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const {
lib/Target/PowerPC/PPCISelLowering.cpp15405 bool PPCTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const {
lib/Target/SystemZ/SystemZISelLowering.cpp 1215 bool SystemZTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const {
lib/Target/X86/X86ISelLowering.cpp 2995 bool X86TargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const {
2023 TLI->mayBeEmittedAsTailCall(CI) && 2041 if (CI && CI->use_empty() && TLI->mayBeEmittedAsTailCall(CI) &&