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 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...]
LiveDebugVariables.cpp     [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...]
MachineScheduler.cpp 229 for (MachineFunction::iterator MBB = MF->begin(), MBBEnd = MF->end();
230 MBB != MBBEnd; ++MBB) {
    [all...]

Completed in 390 milliseconds