Home | History | Annotate | Download | only in Scalar

Lines Matching full:baseinst

343       Instruction *BaseInst;
345 // The instructions between IV and BaseInst (but not including BaseInst).
911 DRS.BaseInst = nullptr;
914 if (!DRS.BaseInst) {
915 DRS.BaseInst = KV.second;
924 DRS.BaseInst = KV.second;
967 const auto *ADR = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(V.BaseInst));
972 // BaseInst).
973 BaseInst, which should be the same as
975 // Define D = BaseInst@J - BaseInst@J-1, where "@J" means the value at the
1014 Exclude.insert(DRS.BaseInst);
1020 collectInLoopUserSet(DRS.BaseInst, Exclude, PossibleRedSet, VBase);
1054 Exclude.insert(DRS.BaseInst);
1083 if (DRS.BaseInst == I)
1219 Instruction *BaseInst = BaseIt->first;
1224 if (isBaseInst(BaseInst)) {
1225 Visited.insert(BaseInst);
1237 if (!BaseInst->isSameOperationAs(RootInst)) {
1251 !BaseInst->isSameOperationAs(TryIt->first) &&
1259 DEBUG(dbgs() << "LRR: iteration root match failed at " << *BaseInst <<
1296 DEBUG(dbgs() << "LRR: iteration root match failed at " << *BaseInst <<
1307 DEBUG(dbgs() << "LRR: iteration root match failed at " << *BaseInst <<
1317 if (FutureSideEffects && ((!isSimpleLoadStore(BaseInst) &&
1318 !isSafeToSpeculativelyExecute(BaseInst)) ||
1321 DEBUG(dbgs() << "LRR: iteration root match failed at " << *BaseInst <<
1337 bool InReduction = Reductions.isPairInSame(BaseInst, RootInst);
1339 if (!(InReduction && BaseInst->isAssociative())) {
1341 for (unsigned j = 0; j < BaseInst->getNumOperands(); ++j) {
1358 Op2 = DRS.BaseInst;
1364 if (BaseInst->getOperand(Swapped ? unsigned(!j) : j) != Op2) {
1370 if (!Swapped && BaseInst->isCommutative() && !SomeOpMatched &&
1371 BaseInst->getOperand(!j) == Op2) {
1374 DEBUG(dbgs() << "LRR: iteration root match failed at " << *BaseInst
1384 if ((!PossibleRedLastSet.count(BaseInst) &&
1385 hasUsesOutsideLoop(BaseInst, L)) ||
1388 DEBUG(dbgs() << "LRR: iteration root match failed at " << *BaseInst <<
1393 Reductions.recordPair(BaseInst, RootInst, Iter);
1394 BaseMap.insert(std::make_pair(RootInst, BaseInst));
1397 Visited.insert(BaseInst);
1434 // We need to create a new induction variable for each different BaseInst.
1437 replaceIV(DRS.BaseInst, IV, IterCount);