Searched refs:canExecute (Results 1 – 4 of 4) sorted by relevance
88 bool canExecute(const InstRef &IR);
115 bool InOrderIssueStage::canExecute(const InstRef &IR) { in canExecute() function in llvm::mca::InOrderIssueStage217 if (!canExecute(IR)) { in tryIssue()
43 static bool canExecute(llvm::vfs::FileSystem &VFS, StringRef Path) { in canExecute() function60 return std::string(canExecute(TC.getVFS(), FilePath) ? FilePath.str() : Exe); in FindVisualStudioExecutable()343 if (!TC.FoundMSVCInstall() && !canExecute(TC.getVFS(), linkPath)) { in ConstructJob()346 if (canExecute(TC.getVFS(), ClPath)) { in ConstructJob()349 if (!canExecute(TC.getVFS(), linkPath)) in ConstructJob()
24035 {"_ZNK4llvm3sys4Path10canExecuteEv", "llvm::sys::Path::canExecute() const"},