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

/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp51 struct ValueEntry { struct in namespace:__anon9133
54 ValueEntry(unsigned R, Value *O) : Rank(R), Op(O) {} function in struct:__anon9133::ValueEntry
56 inline bool operator<(const ValueEntry &LHS, const ValueEntry &RHS) {
64 static void PrintOps(Instruction *I, const SmallVectorImpl<ValueEntry> &Ops) {
136 void RewriteExprTree(BinaryOperator *I, SmallVectorImpl<ValueEntry> &Ops);
138 SmallVectorImpl<ValueEntry> &Ops);
139 Value *OptimizeAdd(Instruction *I, SmallVectorImpl<ValueEntry> &Ops);
140 bool collectMultiplyFactors(SmallVectorImpl<ValueEntry> &Ops,
144 Value *OptimizeMul(BinaryOperator *I, SmallVectorImpl<ValueEntry>
[all...]

Completed in 38 milliseconds