Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h579 SmallPtrSet<const SUnit*, 8> NextSUs; variable
659 bool isNextSU(const SUnit *SU) const { return NextSUs.count(SU); } in isNextSU()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1574 NextSUs.clear(); in reset()
1776 NextSUs.insert(SU); in releaseNode()