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

/external/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp67 bool runOnSCC(CallGraphSCC &SCC) override;
99 bool SimpleInliner::runOnSCC(CallGraphSCC &SCC) { function in class:SimpleInliner
101 return Inliner::runOnSCC(SCC);
H A DPruneEH.cpp47 // runOnSCC - Analyze the SCC, performing the transformation if possible.
48 bool runOnSCC(CallGraphSCC &SCC) override;
182 bool PruneEH::runOnSCC(CallGraphSCC &SCC) { function in class:PruneEH
H A DInliner.cpp370 bool Inliner::runOnSCC(CallGraphSCC &SCC) { function in class:Inliner
H A DArgumentPromotion.cpp76 bool runOnSCC(CallGraphSCC &SCC) override;
141 bool ArgPromotion::runOnSCC(CallGraphSCC &SCC) { function in class:ArgPromotion
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DFunctionAttrs.cpp48 // runOnSCC - Analyze the SCC, performing the transformation if possible.
49 bool runOnSCC(CallGraphSCC &SCC);
373 bool FunctionAttrs::runOnSCC(CallGraphSCC &SCC) { function in class:FunctionAttrs
H A DPruneEH.cpp43 // runOnSCC - Analyze the SCC, performing the transformation if possible.
44 bool runOnSCC(CallGraphSCC &SCC);
61 bool PruneEH::runOnSCC(CallGraphSCC &SCC) { function in class:PruneEH
H A DInliner.cpp330 bool Inliner::runOnSCC(CallGraphSCC &SCC) { function in class:Inliner
H A DArgumentPromotion.cpp66 virtual bool runOnSCC(CallGraphSCC &SCC);
99 bool ArgPromotion::runOnSCC(CallGraphSCC &SCC) { function in class:ArgPromotion
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp121 Changed = CGSP->runOnSCC(CurSCC);
593 bool runOnSCC(CallGraphSCC &SCC) { function in class:__anon19757::CGPassManager::__anon19758::PrintCallGraphPass
/external/swiftshader/third_party/LLVM/tools/opt/
H A Dopt.cpp159 virtual bool runOnSCC(CallGraphSCC &SCC) { function in struct:__anon20346::CallGraphSCCPassPrinter
/external/swiftshader/third_party/LLVM/unittests/VMCore/
H A DPassManagerTest.cpp169 virtual bool runOnSCC(CallGraphSCC &SCMM) { function in struct:llvm::__anon20397::CGPass

Completed in 1913 milliseconds