Searched defs:isProfitableToHoist (Results 1 – 6 of 6) sorted by relevance
146 bool isProfitableToHoist(Instruction *I) { in isProfitableToHoist() function
147 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in TargetTransformInfo
232 bool isProfitableToHoist(Instruction *I) { return true; } in isProfitableToHoist() function
720 bool isProfitableToHoist(Instruction *I) override { in isProfitableToHoist() function
1542 virtual bool isProfitableToHoist(Instruction *I) const { return true; } in isProfitableToHoist() function
6862 bool AArch64TargetLowering::isProfitableToHoist(Instruction *I) const { in isProfitableToHoist() function in AArch64TargetLowering