/third_party/protobuf/src/google/protobuf/compiler/ |
D | scc.h | 49 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
|
/third_party/skia/third_party/externals/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
|
D | CallGraphSCCPass.cpp | 633 bool runOnSCC(CallGraphSCC &SCC) override { in runOnSCC() 684 static std::string getDescription(const CallGraphSCC &SCC) { in getDescription()
|
D | DDG.cpp | 187 for (auto &SCC : make_range(scc_begin(&F), scc_end(&F))) in DataDependenceGraph() local
|
D | DependenceGraphBuilder.cpp | 111 for (auto &SCC : make_range(scc_begin(&Graph), scc_end(&Graph))) { in createPiBlocks() local
|
D | GlobalsModRef.cpp | 475 const std::vector<CallGraphNode *> &SCC = *I; in CollectSCCMembership() local 493 const std::vector<CallGraphNode *> &SCC = *I; in AnalyzeCallGraph() local
|
D | BlockFrequencyInfoImpl.cpp | 685 const std::vector<const IrreducibleGraph::IrrNode *> &SCC, in findIrreducibleHeaders() 754 const std::vector<const IrreducibleGraph::IrrNode *> &SCC) { in createIrreducibleLoop()
|
/third_party/skia/third_party/externals/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()
|
D | Inliner.cpp | 501 bool LegacyInlinerBase::runOnSCC(CallGraphSCC &SCC) { in runOnSCC() 528 inlineCallsImpl(CallGraphSCC &SCC, CallGraph &CG, in inlineCallsImpl() 758 bool LegacyInlinerBase::inlineCalls(CallGraphSCC &SCC) { in inlineCalls()
|
D | FunctionAttrs.cpp | 1493 static bool runImpl(CallGraphSCC &SCC, AARGetterT AARGetter) { in runImpl() 1516 bool PostOrderFunctionAttrsLegacyPass::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
|
D | ArgumentPromotion.cpp | 1117 bool ArgPromotion::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | CallGraphSCCPass.h | 127 bool runOnSCC(CallGraphSCC &SCC) override { return false; } in runOnSCC()
|
D | LazyCallGraph.h | 116 class SCC; variable 439 SCC(RefSCC &OuterRefSCC, NodeRangeT &&Nodes) in SCC() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInline.cpp | 99 bool AMDGPUInliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
|
D | AMDGPUAnnotateKernelFeatures.cpp | 343 bool AMDGPUAnnotateKernelFeatures::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
|
D | AMDGPUPerfHintAnalysis.cpp | 367 bool AMDGPUPerfHintAnalysis::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | Coroutines.cpp | 209 CallGraph &CG, CallGraphSCC &SCC) { in updateCallGraph()
|
D | CoroSplit.cpp | 1357 static void splitCoroutine(Function &F, CallGraph &CG, CallGraphSCC &SCC) { in splitCoroutine() 1428 static void createDevirtTriggerFunc(CallGraph &CG, CallGraphSCC &SCC) { in createDevirtTriggerFunc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | PassBuilder.cpp | 299 Result run(LazyCallGraph::SCC &, CGSCCAnalysisManager &, LazyCallGraph &G) { in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 8995 if (SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()), N0, N1, in visitSELECT_CC() local 9787 if (SDValue SCC = in visitSIGN_EXTEND() local 10104 if (SDValue SCC = SimplifySelectCC( in visitZERO_EXTEND() local 10283 if (SDValue SCC = SimplifySelectCC( in visitANY_EXTEND() local 20008 SDValue SCC = SimplifySelectCC(DL, N0.getOperand(0), N0.getOperand(1), N1, N2, in SimplifySelect() local 20373 if (SDValue SCC = DAG.FoldSetCC(CmpResVT, N0, N1, CC, DL)) { in SimplifySelectCC() local 20440 SDValue Temp, SCC; in SimplifySelectCC() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 1718 auto &SCC = SCCFinder.getComponentFor(I); in isCycleFree() local
|