Searched refs:PMul0 (Results 1 – 1 of 1) sorted by relevance
566 auto Ld0 = static_cast<LoadInst*>(PMul0->LHS); in CreateParallelPairs()568 auto Ld2 = static_cast<LoadInst*>(PMul0->RHS); in CreateParallelPairs()575 if (AreSequentialLoads(Ld0, Ld1, PMul0->VecLd)) { in CreateParallelPairs()578 R.AddMulPair(PMul0, PMul1); in CreateParallelPairs()583 R.AddMulPair(PMul0, PMul1, true); in CreateParallelPairs()586 } else if (AreSequentialLoads(Ld1, Ld0, PMul0->VecLd) && in CreateParallelPairs()592 R.AddMulPair(PMul1, PMul0, true); in CreateParallelPairs()602 if (PMul0->Paired) in CreateParallelPairs()613 const Instruction *Mul0 = PMul0->Root; in CreateParallelPairs()618 assert(PMul0 != PMul1 && "expected different chains"); in CreateParallelPairs()[all …]