Lines Matching defs:Defs
534 auto *Defs = MSSA.getBlockDefs(Node->getBlock());
535 if (Defs)
536 return &*Defs->rbegin();
1539 DefsList *Defs = nullptr;
1550 if (!Defs)
1551 Defs = getOrCreateDefsList(&B);
1552 Defs->push_back(*MUD);
1627 auto *Defs = getOrCreateDefsList(BB);
1628 Defs->push_front(*NewAccess);
1634 auto *Defs = getOrCreateDefsList(BB);
1636 *Defs, [](const MemoryAccess &MA) { return isa<MemoryPhi>(MA); });
1637 Defs->insert(DI, *NewAccess);
1643 auto *Defs = getOrCreateDefsList(BB);
1644 Defs->push_back(*NewAccess);
1656 auto *Defs = getOrCreateDefsList(BB);
1662 Defs->push_back(*What);
1664 Defs->insert(InsertPt->getDefsIterator(), *What);
1670 Defs->push_back(*What);
1672 Defs->insert(InsertPt->getDefsIterator(), *What);
1872 std::unique_ptr<DefsList> &Defs = DefsIt->second;
1873 Defs->remove(*MA);
1874 if (Defs->empty())
1968 // If Pred has unreachable predecessors and no Defs, incoming access