Searched refs:PMul1 (Results 1 – 1 of 1) sorted by relevance
567 auto Ld1 = static_cast<LoadInst*>(PMul1->LHS); in CreateParallelPairs()569 auto Ld3 = static_cast<LoadInst*>(PMul1->RHS); in CreateParallelPairs()576 if (AreSequentialLoads(Ld2, Ld3, PMul1->VecLd)) { in CreateParallelPairs()578 R.AddMulPair(PMul0, PMul1); in CreateParallelPairs()583 R.AddMulPair(PMul0, PMul1, true); in CreateParallelPairs()587 AreSequentialLoads(Ld2, Ld3, PMul1->VecLd)) { in CreateParallelPairs()592 R.AddMulPair(PMul1, PMul0, true); in CreateParallelPairs()610 if (PMul1->Paired) in CreateParallelPairs()614 const Instruction *Mul1 = PMul1->Root; in CreateParallelPairs()618 assert(PMul0 != PMul1 && "expected different chains"); in CreateParallelPairs()[all …]