Searched refs:createInstCountPass (Results 1 – 3 of 3) sorted by relevance
80 FunctionPass *createInstCountPass();
73 FunctionPass *llvm::createInstCountPass() { return new InstCount(); } in createInstCountPass() function in llvm
149 (void) llvm::createInstCountPass(); in ForcePassLinking()