HomeSort by relevance Sort by last modified time
    Searched defs:createPass (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/
PassInfo.h 116 /// createPass() - Use this method to create an instance of this pass.
117 Pass *createPass() const {
121 "Cannot call createPass on PassInfo without default ctor!");
  /external/llvm/lib/IR/
Pass.cpp 195 Pass *Pass::createPass(AnalysisID ID) {
199 return PI->createPass();

Completed in 162 milliseconds