Lines Matching defs:Ops
57 static void PrintOps(Instruction *I, const SmallVectorImpl<ValueEntry> &Ops) { in PrintOps()
434 SmallVectorImpl<RepeatedValue> &Ops) { in LinearizeExprTree()
612 SmallVectorImpl<ValueEntry> &Ops) { in RewriteExprTree()
956 static unsigned FindInOperandList(SmallVectorImpl<ValueEntry> &Ops, unsigned i, in FindInOperandList()
983 SmallVectorImpl<WeakVH> &Ops){ in EmitAddTreeOfValues()
1071 const SmallVectorImpl<ValueEntry> &Ops) { in FindSingleUseMultiplyFactors()
1087 SmallVectorImpl<ValueEntry> &Ops) { in OptimizeAndOrXor()
1271 SmallVectorImpl<ValueEntry> &Ops) { in OptimizeXor()
1392 SmallVectorImpl<ValueEntry> &Ops) { in OptimizeAdd()
1629 bool ReassociatePass::collectMultiplyFactors(SmallVectorImpl<ValueEntry> &Ops, in collectMultiplyFactors()
1685 SmallVectorImpl<Value*> &Ops) { in buildMultiplyTree()
1765 SmallVectorImpl<ValueEntry> &Ops) { in OptimizeMul()
1789 SmallVectorImpl<ValueEntry> &Ops) { in OptimizeExpression()
1852 SmallVector<Value *, 4> Ops(I->op_begin(), I->op_end()); in RecursivelyEraseDeadInsts() local
1866 SmallVector<Value*, 8> Ops(I->op_begin(), I->op_end()); in EraseInst() local
2097 SmallVector<ValueEntry, 8> Ops; in ReassociateExpression() local