Searched refs:isProfitableLSRChainElement (Results 1 – 7 of 7) sorted by relevance
185 bool isProfitableLSRChainElement(Instruction *I);
1084 bool ARMTTIImpl::isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function in ARMTTIImpl
618 bool isProfitableLSRChainElement(Instruction *I) const;1639 virtual bool isProfitableLSRChainElement(Instruction *I) = 0;2061 bool isProfitableLSRChainElement(Instruction *I) override { in isProfitableLSRChainElement() function2062 return Impl.isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
226 bool isProfitableLSRChainElement(Instruction *I) const { return false; } in isProfitableLSRChainElement() function
372 bool TargetTransformInfo::isProfitableLSRChainElement(Instruction *I) const { in isProfitableLSRChainElement() function in TargetTransformInfo373 return TTIImpl->isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
379 bool isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function380 return TargetTransformInfoImplBase::isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
2912 if (TTI.isProfitableLSRChainElement(Chain.Incs[0].UserInst)) in isProfitableChain()2916 if (TTI.isProfitableLSRChainElement(Inc.UserInst)) in isProfitableChain()