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

/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp929 /// FindInOperandList - Scan backwards and forwards among values with the same
933 static unsigned FindInOperandList(SmallVectorImpl<ValueEntry> &Ops, unsigned i, function
1050 unsigned FoundX = FindInOperandList(Ops, i, X);
1141 unsigned FoundX = FindInOperandList(Ops, i, X);

Completed in 63 milliseconds