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

  /external/llvm/lib/CodeGen/
MachineLoopRanges.cpp 113 raw_ostream &llvm::operator<<(raw_ostream &OS, const MachineLoopRange &MLR) {
114 MLR.print(OS);
RegisterCoalescer.cpp 863 LiveInterval::iterator MLR = li.FindLiveRangeContaining(DefIdx);
864 if (DefIdx != MLR->valno->def)
866 li.removeValNo(MLR->valno);
    [all...]

Completed in 60 milliseconds