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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
HotColdSplitting.cpp 732 auto GTTI = [this](Function &F) -> TargetTransformInfo & {
750 return HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M);
765 std::function<TargetTransformInfo &(Function &)> GTTI =
779 if (HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M))
IROutliner.cpp 1716 auto GTTI = [this](Function &F) -> TargetTransformInfo & {
1724 return IROutliner(GTTI, GIRSI, GORE).run(M);
1730 std::function<TargetTransformInfo &(Function &)> GTTI =
1747 if (IROutliner(GTTI, GIRSI, GORE).run(M))

Completed in 16 milliseconds