Home
last modified time | relevance | path

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

12

/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/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-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
DCallGraphSCCPass.cpp633 bool runOnSCC(CallGraphSCC &SCC) override { in runOnSCC()
684 static std::string getDescription(const CallGraphSCC &SCC) { in getDescription()
DDDG.cpp187 for (auto &SCC : make_range(scc_begin(&F), scc_end(&F))) in DataDependenceGraph() local
DDependenceGraphBuilder.cpp111 for (auto &SCC : make_range(scc_begin(&Graph), scc_end(&Graph))) { in createPiBlocks() local
/external/arm-trusted-firmware/docs/
Dlicense.rst90 .. _SCC: http://www.simple-cc.org/ target in Other Projects
/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()
DArgumentPromotion.cpp120 static bool runImpl(CallGraphSCC &SCC, CallGraph &CG, in runImpl()
141 bool ArgPromotion::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
/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()
DInliner.cpp501 bool LegacyInlinerBase::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
528 inlineCallsImpl(CallGraphSCC &SCC, CallGraph &CG, in inlineCallsImpl()
758 bool LegacyInlinerBase::inlineCalls(CallGraphSCC &SCC) { in inlineCalls()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCallGraphSCCPass.h127 bool runOnSCC(CallGraphSCC &SCC) override { return false; } in runOnSCC()
DLazyCallGraph.h116 class SCC; variable
439 SCC(RefSCC &OuterRefSCC, NodeRangeT &&Nodes) in SCC() function
/external/llvm/include/llvm/Analysis/
DCallGraphSCCPass.h126 bool runOnSCC(CallGraphSCC &SCC) override { return false; } in runOnSCC()
DLazyCallGraph.h108 class SCC; variable
357 SCC(RefSCC &OuterRefSCC, NodeRangeT &&Nodes) in SCC() function
/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()
DAMDGPUAnnotateKernelFeatures.cpp343 bool AMDGPUAnnotateKernelFeatures::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
/external/llvm/lib/Analysis/
DGlobalsModRef.cpp453 const std::vector<CallGraphNode *> &SCC = *I; in CollectSCCMembership() local
471 const std::vector<CallGraphNode *> &SCC = *I; in AnalyzeCallGraph() local

12