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

  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp     [all...]
LiveIntervalAnalysis.cpp 461 SlotIndex MBBStart, MBBEnd;
462 tie(MBBStart, MBBEnd) = Indexes->getMBBRange(KillMBB);
465 if (LRQ.endPoint() < MBBEnd) {
472 LI->removeRange(Kill, MBBEnd);
473 if (EndPoints) EndPoints->push_back(MBBEnd);
489 tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB);
498 if (LRQ.endPoint() < MBBEnd) {
506 LI->removeRange(MBBStart, MBBEnd);
507 if (EndPoints) EndPoints->push_back(MBBEnd);
    [all...]
SplitKit.cpp 65 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB);
72 LSP.first = MBBEnd;
97 const VNInfo *VNI = CurLI->getVNInfoBefore(MBBEnd);
105 if (!SlotIndex::isEarlierInstr(VNI->def, LSP.second) && VNI->def < MBBEnd)
    [all...]
RegisterCoalescer.cpp     [all...]

Completed in 72 milliseconds