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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
OpenMPOpt.cpp 519 OpenMPOpt(SmallVectorImpl<Function *> &SCC, CallGraphUpdater &CGUpdater,
522 : M(*(*SCC.begin())->getParent()), SCC(SCC), CGUpdater(CGUpdater),
892 CGUpdater.registerOutlinedFunction(*OriginalFn, *OutlinedFn);
893 CGUpdater.reanalyzeFunction(*OriginalFn);
1060 CGUpdater.removeCallSite(*CI);
1461 CGUpdater.removeCallSite(*CI);
1586 CallGraphUpdater &CGUpdater;
2483 CallGraphUpdater CGUpdater;
2489 Attributor A(Functions, InfoCache, CGUpdater);
    [all...]
Attributor.cpp 1379 CGUpdater.reanalyzeFunction(*Fn);
1384 CGUpdater.removeFunction(*Fn);
1868 CGUpdater.replaceCallSite(OldCB, NewCB);
1874 CGUpdater.replaceFunctionWith(*OldFn, *NewFn);
2328 CallGraphUpdater &CGUpdater,
2338 Attributor A(Functions, InfoCache, CGUpdater, /* Allowed */ nullptr,
2361 CGUpdater.replaceFunctionWith(*F, *NewF);
2365 CGUpdater.reanalyzeFunction(*CallerF);
2439 CallGraphUpdater CGUpdater;
2442 if (runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater,
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 1060 /// \param CGUpdater Helper to update an underlying call graph.
1064 CallGraphUpdater &CGUpdater,
1067 InfoCache(InfoCache), CGUpdater(CGUpdater), Allowed(Allowed),
1328 CGUpdater.removeCallSite(*CI);
1681 CallGraphUpdater &CGUpdater;

Completed in 51 milliseconds