Home
last modified time | relevance | path

Searched refs:GIRSI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h202 function_ref<IRSimilarityIdentifier &(Module &)> GIRSI, in IROutliner() argument
204 : getTTI(GTTI), getIRSI(GIRSI), getORE(GORE) { in IROutliner()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp3031 std::function<IRSimilarityIdentifier &(Module &)> GIRSI = in run() local
3043 if (IROutliner(GTTI, GIRSI, GORE).run(M)) in run()