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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp53 struct ValueEntry { struct in namespace:__anon3237
56 ValueEntry(unsigned R, Value *O) : Rank(R), Op(O) {} function in struct:__anon3237::ValueEntry
58 inline bool operator<(const ValueEntry &LHS, const ValueEntry &RHS) {
66 static void PrintOps(Instruction *I, const SmallVectorImpl<ValueEntry> &Ops) {
170 void RewriteExprTree(BinaryOperator *I, SmallVectorImpl<ValueEntry> &Ops);
172 SmallVectorImpl<ValueEntry> &Ops);
173 Value *OptimizeAdd(Instruction *I, SmallVectorImpl<ValueEntry> &Ops);
174 Value *OptimizeXor(Instruction *I, SmallVectorImpl<ValueEntry> &Ops);
179 bool collectMultiplyFactors(SmallVectorImpl<ValueEntry>
[all...]

Completed in 181 milliseconds