Searched refs:canExecute (Results 1 – 3 of 3) sorted by relevance
88 bool canExecute(const InstRef &IR);
49 static bool canExecute(llvm::vfs::FileSystem &VFS, StringRef Path) { in canExecute() function66 return std::string(canExecute(TC.getVFS(), FilePath) ? FilePath.str() : Exe); in FindVisualStudioExecutable()322 if (!TC.FoundMSVCInstall() && !canExecute(TC.getVFS(), linkPath)) { in ConstructJob()325 if (canExecute(TC.getVFS(), ClPath)) { in ConstructJob()328 if (!canExecute(TC.getVFS(), linkPath)) in ConstructJob()
115 bool InOrderIssueStage::canExecute(const InstRef &IR) { in canExecute() function in llvm::mca::InOrderIssueStage217 if (!canExecute(IR)) { in tryIssue()