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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOutliner.cpp 427 /// FIXME: This is nearly identical to the initSizeRemarkInfo in the legacy
429 void initSizeRemarkInfo(const Module &M, const MachineModuleInfo &MMI,
910 void MachineOutliner::initSizeRemarkInfo(
1047 initSizeRemarkInfo(M, MMI, FunctionToInstrCount);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LegacyPassManager.cpp 70 unsigned PMDataManager::initSizeRemarkInfo(
1416 InstrCount = initSizeRemarkInfo(M, FunctionToInstrCount);
1535 InstrCount = initSizeRemarkInfo(M, FunctionToInstrCount);

Completed in 103 milliseconds