Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:lis

135   LiveIntervals *lis;
193 const LiveIntervals *lis,
207 for (LiveIntervals::const_iterator itr = lis->begin(), end = lis->end();
222 const LiveInterval *vregLI = &lis->getInterval(vreg);
240 const LiveInterval *pregLI = &lis->getInterval(preg);
288 const LiveInterval &l1 = lis->getInterval(vr1);
294 const LiveInterval &l2 = lis->getInterval(vr2);
339 const LiveIntervals *lis,
343 std::auto_ptr<PBQPRAProblem> p = PBQPBuilder::build(mf, lis, loopInfo, vregs);
380 if (!lis->isAllocatable(dst)) {
471 for (LiveIntervals::iterator itr = lis->begin(), end = lis->end();
510 LiveInterval &rhsInterval = lis->getInterval(spilled->reg);
538 const LiveInterval* spillInterval = &lis->getInterval(vreg);
542 lis->addIntervalsForSpills(*spillInterval, 0, loopInfo, *vrm);
581 LiveInterval *li = &lis->getInterval(*itr);
597 for (LIIterator liItr = lis->begin(), liEnd = lis->end();
623 if (lis->findLiveInMBBs(lrItr->start, lrItr->end, liveInMBBs)) {
647 lis = &getAnalysis<LiveIntervals>();
679 builder->build(mf, lis, loopInfo, vregsToAlloc);
703 rewriter->runOnMachineFunction(*mf, *vrm, lis);