Searched defs:runOnSCC (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DInlineAlways.cpp55 bool runOnSCC(CallGraphSCC &SCC) override;
105 bool AlwaysInliner::runOnSCC(CallGraphSCC &SCC) { function in class:AlwaysInliner
107 return Inliner::runOnSCC(SCC);
H A DInlineSimple.cpp56 bool runOnSCC(CallGraphSCC &SCC) override;
93 bool SimpleInliner::runOnSCC(CallGraphSCC &SCC) { function in class:SimpleInliner
95 return Inliner::runOnSCC(SCC);
H A DPruneEH.cpp44 // runOnSCC - Analyze the SCC, performing the transformation if possible.
45 bool runOnSCC(CallGraphSCC &SCC) override;
62 bool PruneEH::runOnSCC(CallGraphSCC &SCC) { function in class:PruneEH
H A DInliner.cpp441 bool Inliner::runOnSCC(CallGraphSCC &SCC) { function in class:Inliner
H A DArgumentPromotion.cpp69 bool runOnSCC(CallGraphSCC &SCC) override;
105 bool ArgPromotion::runOnSCC(CallGraphSCC &SCC) { function in class:ArgPromotion
H A DFunctionAttrs.cpp54 // runOnSCC - Analyze the SCC, performing the transformation if possible.
55 bool runOnSCC(CallGraphSCC &SCC) override;
1695 bool FunctionAttrs::runOnSCC(CallGraphSCC &SCC) { function in class:FunctionAttrs
/external/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp178 virtual bool runOnSCC(CallGraphSCC &SCMM) { function in struct:llvm::__anon26501::CGPass
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp1235 bool InlineCostAnalysis::runOnSCC(CallGraphSCC &SCC) { function in class:InlineCostAnalysis

Completed in 708 milliseconds