/external/protobuf/src/google/protobuf/compiler/ |
D | scc.h | 50 struct SCC { struct 52 std::vector<const SCC*> children; argument 60 // This class is used for analyzing the SCC for each message, to ensure linear argument
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/ |
D | scc.h | 50 struct SCC { struct 52 std::vector<const SCC*> children; argument 60 // This class is used for analyzing the SCC for each message, to ensure linear argument
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/ |
D | scc.h | 50 struct SCC { struct 52 std::vector<const SCC*> children; argument 60 // This class is used for analyzing the SCC for each message, to ensure linear argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
D | CallGraphUpdater.h | 50 LazyCallGraph::SCC *SCC = nullptr; variable 63 void initialize(CallGraph &CG, CallGraphSCC &SCC) { in initialize() 67 void initialize(LazyCallGraph &LCG, LazyCallGraph::SCC &SCC, in initialize()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | SyntheticCountsUtils.cpp | 24 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC() 95 for (auto &SCC : reverse(SCCs)) in propagate() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | SyntheticCountsUtils.cpp | 28 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC() 99 for (auto &SCC : reverse(SCCs)) in propagate() local
|
D | CGSCCPassManager.cpp | 369 using SCC = LazyCallGraph::SCC; in incorporateNewSCCRange() typedef 431 using SCC = LazyCallGraph::SCC; in updateCGAndAnalysisManagerForFunctionPass() typedef
|
/external/arm-trusted-firmware/docs/ |
D | license.rst | 90 .. _SCC: http://www.simple-cc.org/ target in Other Projects
|
/external/trusty/arm-trusted-firmware/docs/ |
D | license.rst | 116 .. _SCC: http://www.simple-cc.org/ target in Other Projects
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 63 static bool runImpl(CallGraphSCC &SCC, CallGraph &CG) { in runImpl() 178 bool PruneEH::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
|
D | InlineSimple.cpp | 117 bool SimpleInliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
|
D | AlwaysInliner.cpp | 115 bool runOnSCC(CallGraphSCC &SCC) override { return inlineCalls(SCC); } in runOnSCC()
|
/external/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 64 static bool runImpl(CallGraphSCC &SCC, CallGraph &CG) { in runImpl() 182 bool PruneEH::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
|
D | InlineAlways.cpp | 50 bool runOnSCC(CallGraphSCC &SCC) override { return inlineCalls(SCC); } in runOnSCC()
|
D | InlineSimple.cpp | 99 bool SimpleInliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
|
D | Inliner.cpp | 370 bool Inliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC() 376 bool Inliner::inlineCalls(CallGraphSCC &SCC) { in inlineCalls()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAnnotateKernelFeatures.cpp | 112 bool AMDGPUAnnotateKernelFeatures::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | CallGraphSCCPass.h | 127 bool runOnSCC(CallGraphSCC &SCC) override { return false; } in runOnSCC()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
D | CallGraphSCCPass.h | 131 bool runOnSCC(CallGraphSCC &SCC) override { return false; } in runOnSCC()
|
/external/llvm/include/llvm/Analysis/ |
D | CallGraphSCCPass.h | 126 bool runOnSCC(CallGraphSCC &SCC) override { return false; } in runOnSCC()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
D | InlineSimple.cpp | 110 bool SimpleInliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
|
D | Inliner.cpp | 355 bool LegacyInlinerBase::runOnSCC(CallGraphSCC &SCC) { in runOnSCC() 362 inlineCallsImpl(CallGraphSCC &SCC, CallGraph &CG, in inlineCallsImpl() 597 bool LegacyInlinerBase::inlineCalls(CallGraphSCC &SCC) { in inlineCalls()
|
D | AlwaysInliner.cpp | 152 bool runOnSCC(CallGraphSCC &SCC) override { return inlineCalls(SCC); } in runOnSCC()
|
/external/llvm/lib/IR/ |
D | OptBisect.cpp | 70 static std::string getDescription(const CallGraphSCC &SCC) { in getDescription()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInline.cpp | 99 bool AMDGPUInliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
|