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

  /external/llvm/lib/CodeGen/
SplitKit.cpp 62 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB);
69 LSP.first = MBBEnd;
94 const VNInfo *VNI = CurLI->getVNInfoBefore(MBBEnd);
102 if (!SlotIndex::isEarlierInstr(VNI->def, LSP.second) && VNI->def < MBBEnd)
    [all...]
LiveDebugVariables.cpp     [all...]
LiveIntervalAnalysis.cpp 613 SlotIndex MBBEnd = Indexes->getMBBEndIdx(KillMBB);
616 if (LRQ.endPoint() < MBBEnd) {
623 LR.removeSegment(Kill, MBBEnd);
624 if (EndPoints) EndPoints->push_back(MBBEnd);
640 SlotIndex MBBStart, MBBEnd;
641 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB);
650 if (LRQ.endPoint() < MBBEnd) {
658 LR.removeSegment(MBBStart, MBBEnd);
659 if (EndPoints) EndPoints->push_back(MBBEnd);
    [all...]
RegisterCoalescer.cpp     [all...]

Completed in 139 milliseconds