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 450 SlotIndex MBBStart, MBBEnd;
451 tie(MBBStart, MBBEnd) = Indexes->getMBBRange(KillMBB);
454 if (LRQ.endPoint() < MBBEnd) {
461 LI->removeRange(Kill, MBBEnd);
462 if (EndPoints) EndPoints->push_back(MBBEnd);
478 tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB);
487 if (LRQ.endPoint() < MBBEnd) {
495 LI->removeRange(MBBStart, MBBEnd);
496 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 228 for (MachineFunction::iterator MBB = MF->begin(), MBBEnd = MF->end();
229 MBB != MBBEnd; ++MBB) {
    [all...]

Completed in 203 milliseconds