Searched refs:isProfitableToHoist (Results 1 – 10 of 10) sorted by relevance
838 bool isProfitableToHoist(Instruction *I) const;1864 virtual bool isProfitableToHoist(Instruction *I) = 0;2371 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function2372 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
332 bool isProfitableToHoist(Instruction *I) const { return true; } in isProfitableToHoist() function
537 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in TargetTransformInfo538 return TTIImpl->isProfitableToHoist(I); in isProfitableToHoist()
1086 bool isProfitableToHoist(Instruction *I) const override;
17315 bool PPCTargetLowering::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in PPCTargetLowering
661 bool isProfitableToHoist(Instruction *I) const override;
14730 bool AArch64TargetLowering::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in AArch64TargetLowering
415 bool isProfitableToHoist(Instruction *I) { in isProfitableToHoist() function416 return getTLI()->isProfitableToHoist(I); in isProfitableToHoist()
2864 virtual bool isProfitableToHoist(Instruction *I) const { return true; } in isProfitableToHoist() function
1514 if (!TTI.isProfitableToHoist(I1) || !TTI.isProfitableToHoist(I2)) in shouldHoistCommonInstructions()