Searched refs:isProfitableToTransform (Results 1 – 3 of 3) sorted by relevance
73 bool isProfitableToTransform(const MachineInstr &MI) const;192 bool AArch64AdvSIMDScalar::isProfitableToTransform( in isProfitableToTransform() function in AArch64AdvSIMDScalar381 if (isProfitableToTransform(MI)) { in processMachineBasicBlock()
222 static bool isProfitableToTransform(const Loop &L, const BranchInst *BI) {299 if (!isProfitableToTransform(L, SplitCandidateCond.BI)) in splitLoopBound() 223 static bool isProfitableToTransform(const Loop &L, const BranchInst *BI) { isProfitableToTransform() function
944 InductiveRangeCheckElimination::isProfitableToTransform(const Loop &L, isProfitableToTransform() function in InductiveRangeCheckElimination