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

  /external/llvm/lib/VMCore/
Pass.cpp 195 Pass *PassInfo::createPass() const {
199 "Cannot call createPass on PassInfo without default ctor!");
PassManager.cpp 635 AnalysisPass = PI->createPass();
    [all...]
  /external/llvm/include/llvm/
PassSupport.h 109 /// createPass() - Use this method to create an instance of this pass.
110 Pass *createPass() const;

Completed in 324 milliseconds