Searched refs:createIfConverter (Results 1 – 3 of 3) sorted by relevance
205 FunctionPass *createIfConverter(std::function<bool(const Function &)> Ftor);
435 addPass(createIfConverter([this](const Function &F) { in addPreSched2()
1842 llvm::createIfConverter(std::function<bool(const Function &)> Ftor) { in createIfConverter() function in llvm