Home
last modified time | relevance | path

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

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