Searched refs:canExecute (Results 1 – 3 of 3) sorted by relevance
67 bool canExecute(const InstRef &IR, unsigned *StallCycles) const;
144 bool InOrderIssueStage::canExecute(const InstRef &IR, in canExecute() function in llvm::mca::InOrderIssueStage227 if (!canExecute(IR, StallCycles)) { in tryIssue()
66 static bool canExecute(llvm::vfs::FileSystem &VFS, StringRef Path) { in canExecute() function370 return std::string(canExecute(TC.getVFS(), FilePath) ? FilePath.str() : Exe); in FindVisualStudioExecutable()596 if (!TC.FoundMSVCInstall() && !canExecute(TC.getVFS(), linkPath)) { in ConstructJob()599 if (canExecute(TC.getVFS(), ClPath)) { in ConstructJob()602 if (!canExecute(TC.getVFS(), linkPath)) in ConstructJob()