Searched defs:addPass (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h79 void addPass(std::string p) { PassesToRun.push_back(std::move(p)); } function in class:llvm::BugDriver
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp368 static bool addPass(PassManagerBase &PM, const char *argv0, function
/freebsd-13-stable/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp370 static inline void addPass(legacy::PassManagerBase &PM, Pass *P) { function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h554 template <typename PassT> void addPass(PassT Pass) { function in class:llvm::PassManager
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp525 void TargetPassConfig::addPass(Pass *P, bool verifyAfter, bool printAfter) { function in class:TargetPassConfig
573 AnalysisID TargetPassConfig::addPass(AnalysisID PassID, bool verifyAfter, function in class:TargetPassConfig
[all...]

Completed in 67 milliseconds