HomeSort by: relevance | last modified time | path
    Searched refs:isProfitableToTransform (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64AdvSIMDScalarPass.cpp 70 // isProfitableToTransform - Predicate function to determine whether an
73 bool isProfitableToTransform(const MachineInstr &MI) const;
189 // isProfitableToTransform - Predicate function to determine whether an
192 bool AArch64AdvSIMDScalar::isProfitableToTransform(
382 if (isProfitableToTransform(MI)) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 245 bool isProfitableToTransform(const Loop &L, LoopStructure &LS);
1853 InductiveRangeCheckElimination::isProfitableToTransform(const Loop &L,
1929 if (!isProfitableToTransform(*L, LS))

Completed in 61 milliseconds