Home
last modified time | relevance | path

Searched defs:SCC (Results 1 – 25 of 70) sorted by relevance

123

/external/protobuf/src/google/protobuf/compiler/
Dscc.h50 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/
Dscc.h50 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/
Dscc.h50 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/
DCallGraphUpdater.h50 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/
DSyntheticCountsUtils.cpp24 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/
DSyntheticCountsUtils.cpp28 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC()
99 for (auto &SCC : reverse(SCCs)) in propagate() local
DCGSCCPassManager.cpp369 using SCC = LazyCallGraph::SCC; in incorporateNewSCCRange() typedef
431 using SCC = LazyCallGraph::SCC; in updateCGAndAnalysisManagerForFunctionPass() typedef
/external/arm-trusted-firmware/docs/
Dlicense.rst90 .. _SCC: http://www.simple-cc.org/ target in Other Projects
/external/trusty/arm-trusted-firmware/docs/
Dlicense.rst116 .. _SCC: http://www.simple-cc.org/ target in Other Projects
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPruneEH.cpp63 static bool runImpl(CallGraphSCC &SCC, CallGraph &CG) { in runImpl()
178 bool PruneEH::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
DInlineSimple.cpp117 bool SimpleInliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
DAlwaysInliner.cpp115 bool runOnSCC(CallGraphSCC &SCC) override { return inlineCalls(SCC); } in runOnSCC()
/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp64 static bool runImpl(CallGraphSCC &SCC, CallGraph &CG) { in runImpl()
182 bool PruneEH::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
DInlineAlways.cpp50 bool runOnSCC(CallGraphSCC &SCC) override { return inlineCalls(SCC); } in runOnSCC()
DInlineSimple.cpp99 bool SimpleInliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
DInliner.cpp370 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/
DAMDGPUAnnotateKernelFeatures.cpp112 bool AMDGPUAnnotateKernelFeatures::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCallGraphSCCPass.h127 bool runOnSCC(CallGraphSCC &SCC) override { return false; } in runOnSCC()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DCallGraphSCCPass.h131 bool runOnSCC(CallGraphSCC &SCC) override { return false; } in runOnSCC()
/external/llvm/include/llvm/Analysis/
DCallGraphSCCPass.h126 bool runOnSCC(CallGraphSCC &SCC) override { return false; } in runOnSCC()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DInlineSimple.cpp110 bool SimpleInliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
DInliner.cpp355 bool LegacyInlinerBase::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
362 inlineCallsImpl(CallGraphSCC &SCC, CallGraph &CG, in inlineCallsImpl()
597 bool LegacyInlinerBase::inlineCalls(CallGraphSCC &SCC) { in inlineCalls()
DAlwaysInliner.cpp152 bool runOnSCC(CallGraphSCC &SCC) override { return inlineCalls(SCC); } in runOnSCC()
/external/llvm/lib/IR/
DOptBisect.cpp70 static std::string getDescription(const CallGraphSCC &SCC) { in getDescription()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp99 bool AMDGPUInliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()

123