Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DFunctionAttrs.cpp86 bool FunctionAttrs::AddReadAttrs(const CallGraphSCC &SCC) { in AddReadAttrs()
229 bool FunctionAttrs::AddNoCaptureAttrs(const CallGraphSCC &SCC) { in AddNoCaptureAttrs()
324 bool FunctionAttrs::AddNoAliasAttrs(const CallGraphSCC &SCC) { in AddNoAliasAttrs()
373 bool FunctionAttrs::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
DPruneEH.cpp61 bool PruneEH::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp29 const SccTy &SCC, GetRelBBFreqTy GetRelBBFreq, GetCountTy GetCount, in propagateFromSCC()
109 for (auto &SCC : reverse(SCCs)) in propagate() local
DCGSCCPassManager.cpp349 using SCC = LazyCallGraph::SCC; in incorporateNewSCCRange() typedef
411 using SCC = LazyCallGraph::SCC; in updateCGAndAnalysisManagerForFunctionPass() typedef
/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp64 static bool runImpl(CallGraphSCC &SCC, CallGraph &CG) { in runImpl()
182 bool PruneEH::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
DInlineAlways.cpp50 bool runOnSCC(CallGraphSCC &SCC) override { return inlineCalls(SCC); } in runOnSCC()
DInlineSimple.cpp99 bool SimpleInliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
DInliner.cpp370 bool Inliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
376 bool Inliner::inlineCalls(CallGraphSCC &SCC) { in inlineCalls()
DArgumentPromotion.cpp120 static bool runImpl(CallGraphSCC &SCC, CallGraph &CG, in runImpl()
141 bool ArgPromotion::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPruneEH.cpp63 static bool runImpl(CallGraphSCC &SCC, CallGraph &CG) { in runImpl()
178 bool PruneEH::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
DAlwaysInliner.cpp106 bool runOnSCC(CallGraphSCC &SCC) override { return inlineCalls(SCC); } in runOnSCC()
DInlineSimple.cpp117 bool SimpleInliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
DInliner.cpp458 bool LegacyInlinerBase::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
465 inlineCallsImpl(CallGraphSCC &SCC, CallGraph &CG, in inlineCallsImpl()
692 bool LegacyInlinerBase::inlineCalls(CallGraphSCC &SCC) { in inlineCalls()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DSCCIteratorTest.cpp53 const std::vector<GT::NodeType *> &SCC = *I; in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DCallGraphSCCPass.h128 bool runOnSCC(CallGraphSCC &SCC) override { return false; } in runOnSCC()
DLazyCallGraph.h116 class SCC; variable
439 SCC(RefSCC &OuterRefSCC, NodeRangeT &&Nodes) in SCC() function
/external/llvm/include/llvm/Analysis/
DCallGraphSCCPass.h126 bool runOnSCC(CallGraphSCC &SCC) override { return false; } in runOnSCC()
DLazyCallGraph.h108 class SCC; variable
357 SCC(RefSCC &OuterRefSCC, NodeRangeT &&Nodes) in SCC() function
/external/llvm/lib/IR/
DOptBisect.cpp70 static std::string getDescription(const CallGraphSCC &SCC) { in getDescription()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp94 bool AMDGPUInliner::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
DAMDGPUAnnotateKernelFeatures.cpp300 bool AMDGPUAnnotateKernelFeatures::runOnSCC(CallGraphSCC &SCC) { in runOnSCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DOptBisect.cpp75 static std::string getDescription(const CallGraphSCC &SCC) { in getDescription()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp194 CallGraph &CG, CallGraphSCC &SCC) { in updateCallGraph()
/external/llvm/lib/Analysis/
DGlobalsModRef.cpp453 const std::vector<CallGraphNode *> &SCC = *I; in CollectSCCMembership() local
471 const std::vector<CallGraphNode *> &SCC = *I; in AnalyzeCallGraph() local
/external/llvm/lib/Passes/
DPassBuilder.cpp159 Result run(LazyCallGraph::SCC &, AnalysisManager<LazyCallGraph::SCC> &) { in run()

12