Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h44 LazyCallGraph::SCC *SCC = nullptr; variable
57 void initialize(LazyCallGraph &LCG, LazyCallGraph::SCC &SCC, in initialize()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp24 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC()
95 for (auto &SCC : reverse(SCCs)) in propagate() local
H A DCallGraphSCCPass.cpp678 bool runOnSCC(CallGraphSCC &SCC) override { in runOnSCC()
729 static std::string getDescription(const CallGraphSCC &SCC) { in getDescription()
H A DDDG.cpp191 for (const auto &SCC : make_range(scc_begin(&F), scc_end(&F))) in DataDependenceGraph() local
H A DDependenceGraphBuilder.cpp113 for (auto &SCC : make_range(scc_begin(&Graph), scc_end(&Graph))) { in createPiBlocks() local
H A DGlobalsModRef.cpp481 const std::vector<CallGraphNode *> &SCC = *I; in CollectSCCMembership() local
499 const std::vector<CallGraphNode *> &SCC = *I; in AnalyzeCallGraph() local
H A DCGSCCPassManager.cpp818 using SCC = LazyCallGraph::SCC; in incorporateNewSCCRange() typedef
882 using SCC = LazyCallGraph::SCC; in updateCGAndAnalysisManagerForPass() typedef
H A DBlockFrequencyInfoImpl.cpp692 const std::vector<const IrreducibleGraph::IrrNode *> &SCC, in findIrreducibleHeaders()
761 const std::vector<const IrreducibleGraph::IrrNode *> &SCC) { in createIrreducibleLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp112 bool AMDGPUAnnotateKernelFeatures::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
H A DAMDGPUPerfHintAnalysis.cpp393 bool AMDGPUPerfHintAnalysis::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
H A DSIDefines.h383 SCC = 16, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h131 bool runOnSCC(CallGraphSCC &SCC) override { return false; } in runOnSCC()
H A DLazyCallGraph.h114 class SCC; variable
427 SCC(RefSCC &OuterRefSCC, NodeRangeT &&Nodes) in SCC() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h891 Result run(LazyCallGraph::SCC &, CGSCCAnalysisManager &, LazyCallGraph &G) { in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp397 auto &SCC = *SCCI; in INITIALIZE_PASS_DEPENDENCY() local
H A DNewGVN.cpp1713 auto &SCC = SCCFinder.getComponentFor(I); in isCycleFree() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1949 static bool runImpl(CallGraphSCC &SCC, AARGetterT AARGetter) { in runImpl()
H A DOpenMPOpt.cpp2028 SmallVectorImpl<Function *> &SCC; member
5768 SmallVector<Function *, 16> SCC; in run() local
5836 SmallVector<Function *, 16> SCC; in run() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12607 if (SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()), N0, N1, in visitSELECT_CC() local
13546 if (SDValue SCC = SimplifySelectCC(DL, N00, N01, ExtTrueVal, Zero, CC, true)) in foldSextSetcc() local
14101 if (SDValue SCC = SimplifySelectCC( in visitZERO_EXTEND() local
14319 if (SDValue SCC = SimplifySelectCC( in visitANY_EXTEND() local
27215 SDValue SCC = SimplifySelectCC(DL, N0.getOperand(0), N0.getOperand(1), N1, N2, in SimplifySelect() local
27674 if (SDValue SCC = DAG.FoldSetCC(CmpResVT, N0, N1, CC, DL)) { in SimplifySelectCC() local
27738 SDValue Temp, SCC; in SimplifySelectCC() local