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

/external/llvm/lib/Transforms/IPO/
H A DInlineAlways.cpp57 bool runOnSCC(CallGraphSCC &SCC) override;
109 bool AlwaysInliner::runOnSCC(CallGraphSCC &SCC) { function in class:AlwaysInliner
111 return Inliner::runOnSCC(SCC);
H A DInlineSimple.cpp58 bool runOnSCC(CallGraphSCC &SCC) override;
97 bool SimpleInliner::runOnSCC(CallGraphSCC &SCC) { function in class:SimpleInliner
99 return Inliner::runOnSCC(SCC);
H A DPruneEH.cpp46 // runOnSCC - Analyze the SCC, performing the transformation if possible.
47 bool runOnSCC(CallGraphSCC &SCC) override;
64 bool PruneEH::runOnSCC(CallGraphSCC &SCC) { function in class:PruneEH
H A DInliner.cpp425 bool Inliner::runOnSCC(CallGraphSCC &SCC) { function in class:Inliner
H A DArgumentPromotion.cpp69 bool runOnSCC(CallGraphSCC &SCC) override;
108 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;
1703 bool FunctionAttrs::runOnSCC(CallGraphSCC &SCC) { function in class:FunctionAttrs
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp1281 bool InlineCostAnalysis::runOnSCC(CallGraphSCC &SCC) { function in class:InlineCostAnalysis

Completed in 115 milliseconds