Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1286 for (SIScheduleBlock* Pred : Block->getPreds()) { in topologicalSort()
1296 for (SIScheduleBlock* Pred : Block->getPreds()) { in topologicalSort()
1394 if (Block->getPreds().empty()) in fillStats()
1398 for (SIScheduleBlock *Pred : Block->getPreds()) { in fillStats()
1445 for (SIScheduleBlock* Pred: Block->getPreds()) { in SIScheduleBlockScheduler()
1471 BlockNumPredsLeft[i] = Block->getPreds().size(); in SIScheduleBlockScheduler()
1509 for (SIScheduleBlock* Pred: Block->getPreds()) { in SIScheduleBlockScheduler()
H A DSIMachineScheduler.h120 const std::vector<SIScheduleBlock*>& getPreds() const { return Preds; } in getPreds() function