Searched refs:isProfitableLSRChainElement (Results 1 – 7 of 7) sorted by relevance
185 bool isProfitableLSRChainElement(Instruction *I);
1090 bool ARMTTIImpl::isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function in ARMTTIImpl
755 bool isProfitableLSRChainElement(Instruction *I) const;1896 virtual bool isProfitableLSRChainElement(Instruction *I) = 0;2379 bool isProfitableLSRChainElement(Instruction *I) override { in isProfitableLSRChainElement() function2380 return Impl.isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
251 bool isProfitableLSRChainElement(Instruction *I) const { return false; } in isProfitableLSRChainElement() function
438 bool TargetTransformInfo::isProfitableLSRChainElement(Instruction *I) const { in isProfitableLSRChainElement() function in TargetTransformInfo439 return TTIImpl->isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
406 bool isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function407 return TargetTransformInfoImplBase::isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
3098 if (TTI.isProfitableLSRChainElement(Chain.Incs[0].UserInst)) in isProfitableChain()3102 if (TTI.isProfitableLSRChainElement(Inc.UserInst)) in isProfitableChain()