Searched refs:mayBeEmittedAsTailCall (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h529 virtual bool mayBeEmittedAsTailCall(CallInst *CI) const;
H A DARMISelLowering.cpp2170 bool ARMTargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const { function in class:ARMTargetLowering
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h883 virtual bool mayBeEmittedAsTailCall(CallInst *CI) const;
H A DX86ISelLowering.cpp1892 bool X86TargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const { function in class:X86TargetLowering
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp763 TLI->mayBeEmittedAsTailCall(CI))
780 if (CI && CI->use_empty() && TLI->mayBeEmittedAsTailCall(CI))
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h2027 /// mayBeEmittedAsTailCall - Return true if the target may be able emit the
2031 virtual bool mayBeEmittedAsTailCall(CallInst *) const {

Completed in 152 milliseconds