Home
last modified time | relevance | path

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

123

/external/protobuf/src/google/protobuf/compiler/
Dscc.h49 struct SCC { struct
51 std::vector<const SCC*> children; argument
59 // This class is used for analyzing the SCC for each message, to ensure linear argument
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DCallGraphUpdater.h49 LazyCallGraph::SCC *SCC = nullptr; variable
62 void initialize(CallGraph &CG, CallGraphSCC &SCC) { in initialize()
66 void initialize(LazyCallGraph &LCG, LazyCallGraph::SCC &SCC, in initialize()
/external/llvm-project/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp27 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC()
98 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
/external/llvm-project/clang/test/Analysis/Inputs/
Dctu-other.cpp124 struct SCC { struct
125 SCC(int c) : a(c) {} in SCC() function
128 SCC extSCC{7}; argument
/external/llvm-project/llvm/unittests/ADT/
DDirectedGraphTest.cpp246 TEST(DirectedGraphTest, SCC) { in TEST() argument
273 for (auto &SCC : make_range(scc_begin(&DG), scc_end(&DG))) in TEST() local
278 for (auto &SCC : ListOfSCCs) { in TEST() local
284 for (auto &SCC : ListOfSCCs) { in TEST() local
DSCCIteratorTest.cpp52 const std::vector<GT::NodeType *> &SCC = *I; in TEST() local
/external/arm-trusted-firmware/docs/
Dlicense.rst80 .. _SCC: http://www.simple-cc.org/ target in Other Projects
/external/llvm-project/clang/test/Analysis/
Dctu-main.cpp96 struct SCC { struct
100 extern SCC extSCC; argument
/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()
DAlwaysInliner.cpp115 bool runOnSCC(CallGraphSCC &SCC) override { return inlineCalls(SCC); } in runOnSCC()
DInlineSimple.cpp117 bool SimpleInliner::runOnSCC(CallGraphSCC &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/llvm-project/clang-tools-extra/clang-tidy/misc/
DNoRecursionCheck.cpp160 CallStackTy PathfindSomeCycle(ArrayRef<CallGraphNode *> SCC) { in PathfindSomeCycle()
202 void NoRecursionCheck::handleSCC(ArrayRef<CallGraphNode *> SCC) { in handleSCC()
/external/llvm-project/polly/lib/Transform/
DScopInliner.cpp51 bool runOnSCC(CallGraphSCC &SCC) override { 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/llvm-project/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/llvm-project/llvm/lib/Transforms/IPO/
DInliner.cpp302 bool LegacyInlinerBase::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
309 inlineCallsImpl(CallGraphSCC &SCC, CallGraph &CG, in inlineCallsImpl()
544 bool LegacyInlinerBase::inlineCalls(CallGraphSCC &SCC) { in inlineCalls()
DInlineSimple.cpp116 bool SimpleInliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
DAlwaysInliner.cpp146 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()

123