reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1640 Cand.Block = nullptr; 1644 TryCand.Block = *I; 1645 TryCand.IsHighLatency = TryCand.Block->isHighLatencyBlock(); 1647 checkRegUsageImpact(TryCand.Block->getInRegs(), 1648 TryCand.Block->getOutRegs())[DAG->getVGPRSetID()]; 1649 TryCand.NumSuccessors = TryCand.Block->getSuccs().size(); 1651 TryCand.Block->getNumHighLatencySuccessors(); 1654 LastPosHighLatencyParentScheduled[TryCand.Block->getID()] - 1656 TryCand.Height = TryCand.Block->Height; 1670 LLVM_DEBUG(dbgs() << "Best Current Choice: " << Cand.Block->getID() << ' ' 1675 LLVM_DEBUG(dbgs() << "Picking: " << Cand.Block->getID() << '\n'; 1683 Block = Cand.Block;lib/Target/AMDGPU/SIMachineScheduler.h
374 bool isValid() const { return Block; } 379 Block = Best.Block; 379 Block = Best.Block;