Searched refs:canDispatch (Results 1 – 2 of 2) sorted by relevance
70 bool DispatchStage::canDispatch(const InstRef &IR) const { in canDispatch() function in llvm::mca::DispatchStage170 return canDispatch(IR); in isAvailable()174 assert(canDispatch(IR) && "Cannot dispatch another instruction!"); in execute()
60 bool canDispatch(const InstRef &IR) const;