Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This...
Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduces the pass-manager overhead from FPPassManager::runOnFunction() by about 10%. llvm-svn: 176072
Loading
Please register or sign in to comment