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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveDebugVariables.cpp     [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp     [all...]
LiveIntervalAnalysis.cpp 592 SlotIndex MBBEnd = Indexes->getMBBEndIdx(KillMBB);
595 if (LRQ.endPoint() < MBBEnd) {
602 LR.removeSegment(Kill, MBBEnd);
603 if (EndPoints) EndPoints->push_back(MBBEnd);
619 SlotIndex MBBStart, MBBEnd;
620 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB);
629 if (LRQ.endPoint() < MBBEnd) {
637 LR.removeSegment(MBBStart, MBBEnd);
638 if (EndPoints) EndPoints->push_back(MBBEnd);
    [all...]
SplitKit.cpp 53 SlotIndex MBBEnd = LIS.getMBBEndIdx(&MBB);
65 LIP.first = MBBEnd;
95 const VNInfo *VNI = CurLI.getVNInfoBefore(MBBEnd);
103 if (!SlotIndex::isEarlierInstr(VNI->def, LIP.second) && VNI->def < MBBEnd)
    [all...]
RegisterCoalescer.cpp     [all...]

Completed in 254 milliseconds