Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveIntervalAnalysis.h254 bool findLiveInMBBs(SlotIndex Start, SlotIndex End, in findLiveInMBBs() function
256 return indexes_->findLiveInMBBs(Start, End, MBBs); in findLiveInMBBs()
DSlotIndexes.h600 bool findLiveInMBBs(SlotIndex start, SlotIndex end,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp623 if (lis->findLiveInMBBs(lrItr->start, lrItr->end, liveInMBBs)) { in finalizeAlloc()
DRegAllocLinearScan.cpp662 if (li_->findLiveInMBBs(LR.start, LR.end, LiveInMBBs)) { in linearScan()
DRegisterCoalescer.cpp1272 LIS->findLiveInMBBs(I->start, I->end, BlockSeq); in JoinCopy()