Searched refs:ImmCost (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp775 unsigned ImmCost; member in class:__anon10592::Cost
780 : NumRegs(0), AddRecCost(0), NumIVMuls(0), NumBaseAdds(0), ImmCost(0),
791 | ImmCost | SetupCost) != ~0u)
793 & ImmCost & SetupCost) == ~0u);
931 ImmCost += 64; // Handle symbolic values conservatively.
934 ImmCost += APInt(64, Offset, true).getMinSignedBits();
945 ImmCost = ~0u;
959 if (ImmCost != Other.ImmCost)
960 return ImmCost < Othe
976 OS << ", plus " << ImmCost << " imm cost"; local
[all...]

Completed in 70 milliseconds