HomeSort by: relevance | last modified time | path
    Searched refs:GIRSI (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
IROutliner.h 166 function_ref<IRSimilarityIdentifier &(Module &)> GIRSI,
168 : getTTI(GTTI), getIRSI(GIRSI), getORE(GORE) {}
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp 1720 auto GIRSI = [this](Module &) -> IRSimilarityIdentifier & {
1724 return IROutliner(GTTI, GIRSI, GORE).run(M);
1735 std::function<IRSimilarityIdentifier &(Module &)> GIRSI =
1747 if (IROutliner(GTTI, GIRSI, GORE).run(M))

Completed in 16 milliseconds