Home
last modified time | relevance | path

Searched refs:getPreds (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1264 for (SIScheduleBlock* Pred : Block->getPreds()) { in topologicalSort()
1274 for (SIScheduleBlock* Pred : Block->getPreds()) { in topologicalSort()
1372 if (Block->getPreds().empty()) in fillStats()
1376 for (SIScheduleBlock *Pred : Block->getPreds()) { in fillStats()
1422 for (SIScheduleBlock* Pred: Block->getPreds()) { in SIScheduleBlockScheduler()
1448 BlockNumPredsLeft[i] = Block->getPreds().size(); in SIScheduleBlockScheduler()
1485 for (SIScheduleBlock* Pred: Block->getPreds()) { in SIScheduleBlockScheduler()
H A DSIMachineScheduler.h119 const std::vector<SIScheduleBlock*>& getPreds() const { return Preds; } in getPreds() function