Lines Matching defs:Inst2Matrix
2196 const MapVector<Value *, MatrixTy> &Inst2Matrix;
2213 const MapVector<Value *, MatrixTy> &Inst2Matrix,
2217 : Stream(Str), DL(DL), Inst2Matrix(Inst2Matrix), Shared(Shared),
2258 auto M = Inst2Matrix.find(V);
2259 if (M == Inst2Matrix.end())
2457 const MapVector<Value *, MatrixTy> &Inst2Matrix;
2462 RemarkGenerator(const MapVector<Value *, MatrixTy> &Inst2Matrix,
2464 : Inst2Matrix(Inst2Matrix), ORE(ORE), Func(Func),
2468 /// instructions in Inst2Matrix returning void or without any users in
2517 auto CM = Inst2Matrix.find(Root);
2539 for (const auto &KV : Inst2Matrix) {
2613 ExprLinearizer Lin(DL, Inst2Matrix, Shared, ExprsInSubprogram, L);