Searched refs:isProfitableLSRChainElement (Results 1 – 7 of 7) sorted by relevance
184 bool isProfitableLSRChainElement(Instruction *I);
1079 bool ARMTTIImpl::isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function in ARMTTIImpl
636 bool isProfitableLSRChainElement(Instruction *I) const;1590 virtual bool isProfitableLSRChainElement(Instruction *I) = 0;1991 bool isProfitableLSRChainElement(Instruction *I) override { in isProfitableLSRChainElement() function1992 return Impl.isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
222 bool isProfitableLSRChainElement(Instruction *I) const { return false; } in isProfitableLSRChainElement() function
367 bool TargetTransformInfo::isProfitableLSRChainElement(Instruction *I) const { in isProfitableLSRChainElement() function in TargetTransformInfo368 return TTIImpl->isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
359 bool isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function360 return TargetTransformInfoImplBase::isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
2904 if (TTI.isProfitableLSRChainElement(Chain.Incs[0].UserInst)) in isProfitableChain()2908 if (TTI.isProfitableLSRChainElement(Inc.UserInst)) in isProfitableChain()