Home
last modified time | relevance | path

Searched refs:PossibleLoad1 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp2951 auto *PossibleLoad1 = dyn_cast<LoadInst>(BinOp->getOperand(1)); in collectCandidateReductionLoads() local
2952 if (!PossibleLoad0 && !PossibleLoad1) in collectCandidateReductionLoads()
2959 if (PossibleLoad1 && PossibleLoad1->getNumUses() == 1) in collectCandidateReductionLoads()
2960 if (PossibleLoad1->getParent() == Store->getParent()) in collectCandidateReductionLoads()
2961 Loads.push_back(&Stmt->getArrayAccessFor(PossibleLoad1)); in collectCandidateReductionLoads()