Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCSE.cpp284 PhysDefVector &PhysDefs, in hasLivePhysRegDefUses() argument
321 PhysDefs.push_back(std::make_pair(MOP.index(), Reg)); in hasLivePhysRegDefUses()
325 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) in hasLivePhysRegDefUses()
335 PhysDefVector &PhysDefs, in PhysRegDefsReach() argument
348 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) { in PhysRegDefsReach()
349 if (MRI->isAllocatable(PhysDefs[i].second) || in PhysRegDefsReach()
350 MRI->isReserved(PhysDefs[i].second)) in PhysRegDefsReach()
561 PhysDefVector PhysDefs; in ProcessBlockCSE() local
677 for (const auto &PhysDef : PhysDefs) in ProcessBlockCSE()
707 while (!PhysDefs.empty()) { in ProcessBlockCSE()
[all …]