/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | CallGraphUpdater.h | 49 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 D | SyntheticCountsUtils.cpp | 27 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC() 98 for (auto &SCC : reverse(SCCs)) in propagate() local
|
H A D | CallGraphSCCPass.cpp | 686 bool runOnSCC(CallGraphSCC &SCC) override { in runOnSCC() 737 static std::string getDescription(const CallGraphSCC &SCC) { in getDescription()
|
H A D | DependenceGraphBuilder.cpp | 112 for (auto &SCC : make_range(scc_begin(&Graph), scc_end(&Graph))) { in createPiBlocks() local
|
H A D | DDG.cpp | 192 for (auto &SCC : make_range(scc_begin(&F), scc_end(&F))) in DataDependenceGraph() local
|
H A D | CGSCCPassManager.cpp | 828 using SCC = LazyCallGraph::SCC; in incorporateNewSCCRange() typedef 892 using SCC = LazyCallGraph::SCC; in updateCGAndAnalysisManagerForPass() typedef
|
H A D | BlockFrequencyInfoImpl.cpp | 702 const std::vector<const IrreducibleGraph::IrrNode *> &SCC, in findIrreducibleHeaders() 771 const std::vector<const IrreducibleGraph::IrrNode *> &SCC) { in createIrreducibleLoop()
|
H A D | GlobalsModRef.cpp | 477 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 D | tc-m68851.h | 73 #define SCC (VAL+1) /* 54 */ macro
|
H A D | m68k-parse.h | 148 SCC, enumerator
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-m68851.h | 73 #define SCC (VAL+1) /* 54 */ macro
|
H A D | m68k-parse.h | 148 SCC, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | CallGraphSCCPass.h | 131 bool runOnSCC(CallGraphSCC &SCC) override { return false; } in runOnSCC()
|
H A D | LazyCallGraph.h | 116 class SCC; variable 429 SCC(RefSCC &OuterRefSCC, NodeRangeT &&Nodes) in SCC() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | Inliner.cpp | 291 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 D | InlineSimple.cpp | 116 bool SimpleInliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
|
H A D | AlwaysInliner.cpp | 146 bool runOnSCC(CallGraphSCC &SCC) override { return inlineCalls(SCC); } in runOnSCC()
|
H A D | PruneEH.cpp | 166 bool PruneEH::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
|
H A D | FunctionAttrs.cpp | 1687 static bool runImpl(CallGraphSCC &SCC, AARGetterT AARGetter) { in runImpl() 1696 bool PostOrderFunctionAttrsLegacyPass::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
|
H A D | OpenMPOpt.cpp | 1582 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 D | ArgumentPromotion.cpp | 1109 bool ArgPromotion::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAnnotateKernelFeatures.cpp | 393 bool AMDGPUAnnotateKernelFeatures::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
|
H A D | AMDGPUPerfHintAnalysis.cpp | 363 bool AMDGPUPerfHintAnalysis::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 216 CallGraph &CG, CallGraphSCC &SCC) { in updateCallGraph()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 390 auto &SCC = *SCCI; in INITIALIZE_PASS_DEPENDENCY() local
|