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

  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 47 LiveIntervals *li_; member in class:llvm::RegisterCoalescer
RegAllocLinearScan.cpp 144 LiveIntervals* li_; member in struct:__anon7853::RALinScan
466 if ((CopyMI = li_->getInstructionFromIndex(vni->def)) && CopyMI->isCopy())
470 (CopyMI = li_->getInstructionFromIndex(range.end.getBaseIndex())) &&
494 if (li_->conflictsWithPhysReg(cur, *vrm_, CandReg))
515 li_ = &getAnalysis<LiveIntervals>();
541 rewriter_->runOnMachineFunction(*mf_, *vrm_, li_);
570 handled_.reserve(li_->getNumIntervals());
572 for (LiveIntervals::iterator i = li_->begin(), e = li_->end(); i != e; ++i) {
646 for (LiveIntervals::iterator i = li_->begin(), e = li_->end(); i != e; ++i)
    [all...]

Completed in 754 milliseconds