Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DScheduler.cpp27 uint64_t Next = getNextInSequence(); in selectNextInSequence()
30 Next = getNextInSequence(); in selectNextInSequence()
74 if (ID > getNextInSequence()) in removeFromNextInSequence()
DScheduler.h152 uint64_t getNextInSequence() const { in getNextInSequence() function
160 NextInSequenceMask ^= getNextInSequence(); in updateNextInSequence()