Searched refs:isProfitableToTransform (Results 1 – 5 of 5) sorted by relevance
73 bool isProfitableToTransform(const MachineInstr &MI) const;192 bool AArch64AdvSIMDScalar::isProfitableToTransform( in isProfitableToTransform() function in AArch64AdvSIMDScalar381 if (isProfitableToTransform(MI)) { in processMachineBasicBlock()
73 bool isProfitableToTransform(const MachineInstr &MI) const;192 bool AArch64AdvSIMDScalar::isProfitableToTransform( in isProfitableToTransform() function in AArch64AdvSIMDScalar382 if (isProfitableToTransform(MI)) { in processMachineBasicBlock()
79 bool isProfitableToTransform(const MachineInstr &MI) const;200 bool AArch64AdvSIMDScalar::isProfitableToTransform( in isProfitableToTransform() function in AArch64AdvSIMDScalar390 if (isProfitableToTransform(MI)) { in processMachineBasicBlock()
223 static bool isProfitableToTransform(const Loop &L, const BranchInst *BI) { in isProfitableToTransform() function300 if (!isProfitableToTransform(L, SplitCandidateCond.BI)) in splitLoopBound()
242 bool isProfitableToTransform(const Loop &L, LoopStructure &LS);1862 InductiveRangeCheckElimination::isProfitableToTransform(const Loop &L, in isProfitableToTransform() function in InductiveRangeCheckElimination1938 if (!isProfitableToTransform(*L, LS)) in run()