Lines Matching defs:Inst2Matrix
2225 const MapVector<Value *, MatrixTy> &Inst2Matrix;
2242 const MapVector<Value *, MatrixTy> &Inst2Matrix,
2246 : Stream(Str), DL(DL), Inst2Matrix(Inst2Matrix), Shared(Shared),
2287 auto M = Inst2Matrix.find(V);
2288 if (M == Inst2Matrix.end())
2483 const MapVector<Value *, MatrixTy> &Inst2Matrix;
2488 RemarkGenerator(const MapVector<Value *, MatrixTy> &Inst2Matrix,
2490 : Inst2Matrix(Inst2Matrix), ORE(ORE), Func(Func),
2494 /// instructions in Inst2Matrix returning void or without any users in
2542 auto CM = Inst2Matrix.find(Root);
2564 for (const auto &KV : Inst2Matrix) {
2636 ExprLinearizer Lin(DL, Inst2Matrix, Shared, ExprsInSubprogram, L);