Home
last modified time | relevance | path

Searched refs:checkNextStage (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DStage.h62 bool checkNextStage(const InstRef &IR) const { in checkNextStage() function
71 assert(checkNextStage(IR) && "Next stage is not ready!"); in moveToTheNextStage()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DMicroOpQueueStage.cpp23 while (IR && checkNextStage(IR)) { in moveInstructions()
H A DEntryStage.cpp27 return checkNextStage(CurrentInstruction); in isAvailable()
H A DDispatchStage.cpp74 CanDispatch &= checkNextStage(IR); in canDispatch()