Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1272 for (SIScheduleBlock* Pred : Block->getPreds()) { in topologicalSort()
1282 for (SIScheduleBlock* Pred : Block->getPreds()) { in topologicalSort()
1380 if (Block->getPreds().empty()) in fillStats()
1384 for (SIScheduleBlock *Pred : Block->getPreds()) { in fillStats()
1430 for (SIScheduleBlock* Pred: Block->getPreds()) { in SIScheduleBlockScheduler()
1456 BlockNumPredsLeft[i] = Block->getPreds().size(); in SIScheduleBlockScheduler()
1493 for (SIScheduleBlock* Pred: Block->getPreds()) { in SIScheduleBlockScheduler()
H A DSIMachineScheduler.h119 const std::vector<SIScheduleBlock*>& getPreds() const { return Preds; } in getPreds() function