/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | SyntheticCountsUtils.cpp | 27 propagateFromSCC( const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) propagateFromSCC() argument [all...] |
H A D | BlockFrequencyInfoImpl.cpp | 682 findIrreducibleHeaders( const BlockFrequencyInfoImplBase &BFI, const IrreducibleGraph &G, const std::vector<const IrreducibleGraph::IrrNode *> &SCC, LoopData::NodeList &Headers, LoopData::NodeList &Others) findIrreducibleHeaders() argument 751 createIrreducibleLoop( BlockFrequencyInfoImplBase &BFI, const IrreducibleGraph &G, LoopData *OuterLoop, std::list<LoopData>::iterator Insert, const std::vector<const IrreducibleGraph::IrrNode *> &SCC) createIrreducibleLoop() argument
|
H A D | CallGraphSCCPass.cpp | 684 getDescription(const CallGraphSCC &SCC) getDescription() argument [all...] |
H A D | GlobalsModRef.cpp | 475 const std::vector<CallGraphNode *> &SCC = *I; in CollectSCCMembership() local 493 const std::vector<CallGraphNode *> &SCC = *I; in AnalyzeCallGraph() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | InlineSimple.cpp | 117 bool SimpleInliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC() argument
|
H A D | PruneEH.cpp | 63 static bool runImpl(CallGraphSCC &SCC, CallGraph &CG) { in runImpl() argument 178 runOnSCC(CallGraphSCC &SCC) runOnSCC() argument [all...] |
H A D | Inliner.cpp | 501 bool LegacyInlinerBase::runOnSCC(CallGraphSCC &SCC) { in runOnSCC() argument 528 inlineCallsImpl(CallGraphSCC &SCC, CallGraph &CG, in inlineCallsImpl() argument 758 inlineCalls(CallGraphSCC &SCC) inlineCalls() argument [all...] |
H A D | ArgumentPromotion.cpp | 1117 bool ArgPromotion::runOnSCC(CallGraphSCC &SCC) { in runOnSCC() argument [all...] |
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | scc.h | 49 struct SCC { struct [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInline.cpp | 99 bool AMDGPUInliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC() argument
|
H A D | AMDGPUAnnotateKernelFeatures.cpp | 343 bool AMDGPUAnnotateKernelFeatures::runOnSCC(CallGraphSCC &SCC) { in runOnSCC() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 208 updateCallGraph(Function &ParentFunc, ArrayRef<Function *> NewFuncs, CallGraph &CG, CallGraphSCC &SCC) updateCallGraph() argument
|
H A D | CoroSplit.cpp | 1357 static void splitCoroutine(Function &F, CallGraph &CG, CallGraphSCC &SCC) { in splitCoroutine() argument 1428 static void createDevirtTriggerFunc(CallGraph &CG, CallGraphSCC &SCC) { in createDevirtTriggerFunc() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LazyCallGraph.h | 431 class SCC { global() class in llvm::LazyCallGraph::Edge 439 SCC(RefSCC &OuterRefSCC, NodeRangeT &&Nodes) SCC() function in llvm::LazyCallGraph::Edge::SCC [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 20008 SDValue SCC = SimplifySelectCC(DL, N0.getOperand(0), N0.getOperand(1), N1, N2, SimplifySelect() local [all...] |