Searched refs:isProfitableToHoist (Results 1 – 10 of 10) sorted by relevance
704 bool isProfitableToHoist(Instruction *I) const;1528 virtual bool isProfitableToHoist(Instruction *I) = 0;1920 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function1921 return Impl.isProfitableToHoist(I); in isProfitableToHoist()
288 bool isProfitableToHoist(Instruction *I) const { return true; } in isProfitableToHoist() function
442 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in TargetTransformInfo443 return TTIImpl->isProfitableToHoist(I); in isProfitableToHoist()
1032 bool isProfitableToHoist(Instruction *I) const override;
16224 bool PPCTargetLowering::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in PPCTargetLowering
348 bool isProfitableToHoist(Instruction *I) { in isProfitableToHoist() function349 return getTLI()->isProfitableToHoist(I); in isProfitableToHoist()
2498 virtual bool isProfitableToHoist(Instruction *I) const { return true; } in isProfitableToHoist() function
574 bool isProfitableToHoist(Instruction *I) const override;
10991 bool AArch64TargetLowering::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in AArch64TargetLowering
1470 if (!TTI.isProfitableToHoist(I1) || !TTI.isProfitableToHoist(I2)) in HoistThenElseCodeToIf()