Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp328 PhysDefs.push_back(std::make_pair(MOP.index(), Reg)); in hasLivePhysRegDefUses()
332 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) in hasLivePhysRegDefUses()
342 PhysDefVector &PhysDefs, in PhysRegDefsReach() argument
356 if (MRI->isAllocatable(PhysDefs[i].second) || in PhysRegDefsReach()
357 MRI->isReserved(PhysDefs[i].second)) in PhysRegDefsReach()
579 PhysDefVector PhysDefs; in ProcessBlockCSE() local
694 for (const auto &PhysDef : PhysDefs) in ProcessBlockCSE()
724 while (!PhysDefs.empty()) { in ProcessBlockCSE()
725 auto LiveIn = PhysDefs.pop_back_val(); in ProcessBlockCSE()
871 PhysDefVector PhysDefs; in ProcessBlockPRE() local
[all …]