Searched refs:createAttributorLegacyPass (Results 1 – 4 of 4) sorted by relevance
193 (void) llvm::createAttributorLegacyPass(); in ForcePassLinking()
739 MPM.add(createAttributorLegacyPass()); in populateModulePassManager()1012 PM.add(createAttributorLegacyPass()); in addLTOOptimizationPasses()
2596 Pass *llvm::createAttributorLegacyPass() { return new AttributorLegacyPass(); } in createAttributorLegacyPass() function in llvm
2433 Pass *createAttributorLegacyPass();