HomeSort by relevance Sort by last modified time
    Searched defs:vrm (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
Spiller.cpp 54 VirtRegMap *vrm; member in class:__anon29594::SpillerBase
62 SpillerBase(MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm)
63 : pass(&pass), mf(&mf), vrm(&vrm)
89 unsigned ss = vrm->assignVirt2StackSlot(li->reg);
163 VirtRegMap &vrm)
164 : SpillerBase(pass, mf, vrm) {}
178 VirtRegMap &vrm) {
180 case trivial: return new TrivialSpiller(pass, mf, vrm);
181 case inline_: return createInlineSpiller(pass, mf, vrm);
    [all...]
RegAllocPBQP.cpp 134 VirtRegMap *vrm; member in class:__anon29563::RegAllocPBQP
466 vrm->clearAllVirt();
480 vrm->assignVirt2Phys(vreg, preg);
484 LiveRangeEdit LRE(&lis->getInterval(vreg), newSpills, *mf, *lis, vrm);
527 vrm->assignVirt2Phys(li->reg, physReg);
546 vrm = &getAnalysis<VirtRegMap>();
547 spiller.reset(createInlineSpiller(*this, MF, *vrm));
611 DEBUG(dbgs() << "Post alloc VirtRegMap:\n" << *vrm << "\n");

Completed in 45 milliseconds