Searched refs:isProfitableToHoist (Results 1 – 10 of 10) sorted by relevance
580 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in TargetTransformInfo581 return TTIImpl->isProfitableToHoist(I); in isProfitableToHoist()
912 LLVM_ABI bool isProfitableToHoist(Instruction *I) const;
416 virtual bool isProfitableToHoist(Instruction *I) const { return true; } in isProfitableToHoist() function
201 bool isProfitableToHoist(Instruction *I) const override;
16561 bool AArch64TargetLowering::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in AArch64TargetLowering
1114 bool isProfitableToHoist(Instruction *I) const override;
18435 bool PPCTargetLowering::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in PPCTargetLowering
526 bool isProfitableToHoist(Instruction *I) const override { in isProfitableToHoist() function527 return getTLI()->isProfitableToHoist(I); in isProfitableToHoist()
3064 virtual bool isProfitableToHoist(Instruction *I) const { return true; } in isProfitableToHoist() function
1550 if (!TTI.isProfitableToHoist(I1) || !TTI.isProfitableToHoist(I2)) in shouldHoistCommonInstructions()