Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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.cpp242 bool isProfitableToTransform(const Loop &L, LoopStructure &LS);
1862 InductiveRangeCheckElimination::isProfitableToTransform(const Loop &L, in isProfitableToTransform() function in InductiveRangeCheckElimination
1938 if (!isProfitableToTransform(*L, LS)) in run()