Home
last modified time | relevance | path

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

/third_party/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
/third_party/skia/third_party/externals/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
DGlobalsModRef.cpp475 const std::vector<CallGraphNode *> &SCC = *I; in CollectSCCMembership() local
493 const std::vector<CallGraphNode *> &SCC = *I; in AnalyzeCallGraph() local
DBlockFrequencyInfoImpl.cpp685 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/
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()
DFunctionAttrs.cpp1493 static bool runImpl(CallGraphSCC &SCC, AARGetterT AARGetter) { in runImpl()
1516 bool PostOrderFunctionAttrsLegacyPass::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
DArgumentPromotion.cpp1117 bool ArgPromotion::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()
DAMDGPUPerfHintAnalysis.cpp367 bool AMDGPUPerfHintAnalysis::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp209 CallGraph &CG, CallGraphSCC &SCC) { in updateCallGraph()
DCoroSplit.cpp1357 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/
DPassBuilder.cpp299 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/
DDAGCombiner.cpp8995 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/
DNewGVN.cpp1718 auto &SCC = SCCFinder.getComponentFor(I); in isCycleFree() local