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:__anon11495::SpillerBase
62 SpillerBase(MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm)
63 : pass(&pass), mf(&mf), vrm(&vrm)
89 unsigned ss = vrm->assignVirt2StackSlot(li->reg);
173 VirtRegMap &vrm)
174 : SpillerBase(pass, mf, vrm) {}
188 VirtRegMap &vrm) {
190 case trivial: return new TrivialSpiller(pass, mf, vrm);
191 case inline_: return createInlineSpiller(pass, mf, vrm);
    [all...]
RegAllocPBQP.cpp 138 VirtRegMap *vrm; member in class:__anon11466::RegAllocPBQP
474 vrm->clearAllVirt();
490 vrm->assignVirt2Phys(vreg, preg);
494 LiveRangeEdit LRE(&lis->getInterval(vreg), newSpills, *mf, *lis, vrm);
536 vrm->assignVirt2Phys(li->reg, physReg);
552 vrm = &getAnalysis<VirtRegMap>();
553 spiller.reset(createInlineSpiller(*this, MF, *vrm));
618 DEBUG(dbgs() << "Post alloc VirtRegMap:\n" << *vrm << "\n");

Completed in 36 milliseconds