Searched refs:supportsTailCallFor (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h149 bool supportsTailCallFor(const CallBase *CB) const;
H A DPPCTargetTransformInfo.cpp1086 bool PPCTTIImpl::supportsTailCallFor(const CallBase *CB) const {
1087 return TLI->supportsTailCallFor(CB);
H A DPPCISelLowering.h1180 bool supportsTailCallFor(const CallBase *CB) const;
H A DPPCISelLowering.cpp5740 bool PPCTargetLowering::supportsTailCallFor(const CallBase *CB) const { function in class:PPCTargetLowering
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h888 bool supportsTailCallFor(const CallBase *CB) const;
1882 virtual bool supportsTailCallFor(const CallBase *CB) = 0;
2411 bool supportsTailCallFor(const CallBase *CB) override {
2412 return Impl.supportsTailCallFor(CB);
H A DTargetTransformInfoImpl.h366 bool supportsTailCallFor(const CallBase *CB) const { function in class:llvm::TargetTransformInfoImplBase
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp589 bool TargetTransformInfo::supportsTailCallFor(const CallBase *CB) const { function in class:TargetTransformInfo
590 return TTIImpl->supportsTailCallFor(CB);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1468 if (TTI.supportsTailCallFor(Call) &&

Completed in 382 milliseconds