Searched refs:canExecute (Results 1 – 3 of 3) sorted by relevance
88 bool canExecute(const InstRef &IR);
48 static bool canExecute(llvm::vfs::FileSystem &VFS, StringRef Path) { in canExecute() function65 return std::string(canExecute(TC.getVFS(), FilePath) ? FilePath.str() : Exe); in FindVisualStudioExecutable()338 if (!TC.FoundMSVCInstall() && !canExecute(TC.getVFS(), linkPath)) { in ConstructJob()341 if (canExecute(TC.getVFS(), ClPath)) { in ConstructJob()344 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()