Home
last modified time | relevance | path

Searched refs:isProfitableToTransform (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AdvSIMDScalarPass.cpp73 bool isProfitableToTransform(const MachineInstr &MI) const;
192 bool AArch64AdvSIMDScalar::isProfitableToTransform( in isProfitableToTransform() function in AArch64AdvSIMDScalar
381 if (isProfitableToTransform(MI)) { in processMachineBasicBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopBoundSplit.cpp223 static bool isProfitableToTransform(const Loop &L, const BranchInst *BI) { in isProfitableToTransform() function
300 if (!isProfitableToTransform(L, SplitCandidateCond.BI)) in splitLoopBound()
H A DInductiveRangeCheckElimination.cpp253 bool isProfitableToTransform(const Loop &L, LoopStructure &LS);
944 InductiveRangeCheckElimination::isProfitableToTransform(const Loop &L, in parseLoopStructure()
1022 if (!isProfitableToTransform(*L, LS)) in parseLoopStructure()
2041 InductiveRangeCheckElimination::isProfitableToTransform(const Loop &L, isProfitableToTransform() function in InductiveRangeCheckElimination