Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp27 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC()
98 for (auto &SCC : reverse(SCCs)) in propagate() local
H A DCallGraphSCCPass.cpp686 bool runOnSCC(CallGraphSCC &SCC) override { in runOnSCC()
737 static std::string getDescription(const CallGraphSCC &SCC) { in getDescription()
H A DDependenceGraphBuilder.cpp112 for (auto &SCC : make_range(scc_begin(&Graph), scc_end(&Graph))) { in createPiBlocks() local
H A DDDG.cpp192 for (auto &SCC : make_range(scc_begin(&F), scc_end(&F))) in DataDependenceGraph() local
H A DCGSCCPassManager.cpp828 using SCC = LazyCallGraph::SCC; in incorporateNewSCCRange() typedef
892 using SCC = LazyCallGraph::SCC; in updateCGAndAnalysisManagerForPass() typedef
H A DBlockFrequencyInfoImpl.cpp702 const std::vector<const IrreducibleGraph::IrrNode *> &SCC, in findIrreducibleHeaders()
771 const std::vector<const IrreducibleGraph::IrrNode *> &SCC) { in createIrreducibleLoop()
H A DGlobalsModRef.cpp477 const std::vector<CallGraphNode *> &SCC = *I; in CollectSCCMembership() local
495 const std::vector<CallGraphNode *> &SCC = *I; in AnalyzeCallGraph() local
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68851.h73 #define SCC (VAL+1) /* 54 */ macro
H A Dm68k-parse.h148 SCC, enumerator
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-m68851.h73 #define SCC (VAL+1) /* 54 */ macro
H A Dm68k-parse.h148 SCC, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h131 bool runOnSCC(CallGraphSCC &SCC) override { return false; } in runOnSCC()
H A DLazyCallGraph.h116 class SCC; variable
429 SCC(RefSCC &OuterRefSCC, NodeRangeT &&Nodes) in SCC() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp291 bool LegacyInlinerBase::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
298 inlineCallsImpl(CallGraphSCC &SCC, CallGraph &CG, in inlineCallsImpl()
533 bool LegacyInlinerBase::inlineCalls(CallGraphSCC &SCC) { in inlineCalls()
H A DInlineSimple.cpp116 bool SimpleInliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
H A DAlwaysInliner.cpp146 bool runOnSCC(CallGraphSCC &SCC) override { return inlineCalls(SCC); } in runOnSCC()
H A DPruneEH.cpp166 bool PruneEH::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
H A DFunctionAttrs.cpp1687 static bool runImpl(CallGraphSCC &SCC, AARGetterT AARGetter) { in runImpl()
1696 bool PostOrderFunctionAttrsLegacyPass::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
H A DOpenMPOpt.cpp1582 SmallVectorImpl<Function *> &SCC; member
2465 SmallVector<Function *, 16> SCC; in run() local
2509 SmallVector<Function *, 16> SCC; in run() local
2581 SmallVector<Function *, 16> SCC; in runOnSCC() local
H A DArgumentPromotion.cpp1109 bool ArgPromotion::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp393 bool AMDGPUAnnotateKernelFeatures::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
H A DAMDGPUPerfHintAnalysis.cpp363 bool AMDGPUPerfHintAnalysis::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp216 CallGraph &CG, CallGraphSCC &SCC) { in updateCallGraph()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp390 auto &SCC = *SCCI; in INITIALIZE_PASS_DEPENDENCY() local

12