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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 169 bool MergeFunctions;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
PassBuilder.h 130 bool MergeFunctions;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 1 //===- MergeFunctions.cpp - Merge identical functions ---------------------===//
84 // versions of MergeFunctions, though it presented only in two function pairs
124 #include "llvm/Transforms/IPO/MergeFunctions.h"
145 "MergeFunctions pass sanity check. "
195 /// MergeFunctions finds functions which will generate identical machine code,
197 /// MergeFunctions will fold them by replacing a call to one to a call to a
199 class MergeFunctions {
201 MergeFunctions() : FnTree(FunctionNodeCmp(&GlobalNumbers)) {
309 MergeFunctions MF;
326 MergeFunctions MF
    [all...]

Completed in 25 milliseconds