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 112 /// createPass() - Use this method to create an instance of this pass.
113 Pass *createPass() const {
117 "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 118 milliseconds