Home
last modified time | relevance | path

Searched refs:liveInMBBs (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp594 SmallVector<MachineBasicBlock*, 8> liveInMBBs; in finalizeAlloc() local
623 if (lis->findLiveInMBBs(lrItr->start, lrItr->end, liveInMBBs)) { in finalizeAlloc()
625 for (unsigned i = 0; i != liveInMBBs.size(); ++i) { in finalizeAlloc()
626 if (liveInMBBs[i] != entryMBB) { in finalizeAlloc()
627 if (!liveInMBBs[i]->isLiveIn(reg)) { in finalizeAlloc()
628 liveInMBBs[i]->addLiveIn(reg); in finalizeAlloc()
632 liveInMBBs.clear(); in finalizeAlloc()