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

  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 473 SlotIndex MBBStart, MBBEnd;
474 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(KillMBB);
477 if (LRQ.endPoint() < MBBEnd) {
484 LI->removeSegment(Kill, MBBEnd);
485 if (EndPoints) EndPoints->push_back(MBBEnd);
501 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB);
510 if (LRQ.endPoint() < MBBEnd) {
518 LI->removeSegment(MBBStart, MBBEnd);
519 if (EndPoints) EndPoints->push_back(MBBEnd);
    [all...]
LiveDebugVariables.cpp     [all...]
SplitKit.cpp 66 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB);
73 LSP.first = MBBEnd;
98 const VNInfo *VNI = CurLI->getVNInfoBefore(MBBEnd);
106 if (!SlotIndex::isEarlierInstr(VNI->def, LSP.second) && VNI->def < MBBEnd)
    [all...]
RegisterCoalescer.cpp     [all...]
MachineScheduler.cpp 388 for (MachineFunction::iterator MBB = MF->begin(), MBBEnd = MF->end();
389 MBB != MBBEnd; ++MBB) {
    [all...]

Completed in 1770 milliseconds