Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocLinearScan.cpp173 VirtRegMap* vrm_; member
380 reg = vrm_->getPhys(reg); in printIntervals()
448 unsigned Preference = vrm_->getRegAllocPref(cur.reg); in attemptTrivialCoalescing()
482 if (!vrm_->isAssignedReg(CandReg)) in attemptTrivialCoalescing()
484 CandReg = vrm_->getPhys(CandReg); in attemptTrivialCoalescing()
493 if (li_->conflictsWithPhysReg(cur, *vrm_, CandReg)) in attemptTrivialCoalescing()
499 vrm_->clearVirt(cur.reg); in attemptTrivialCoalescing()
500 vrm_->assignVirt2Phys(cur.reg, CandReg); in attemptTrivialCoalescing()
530 vrm_ = &getAnalysis<VirtRegMap>(); in runOnMachineFunction()
533 spiller_.reset(createSpiller(*this, *mf_, *vrm_)); in runOnMachineFunction()
[all …]