Lines Matching refs:ScopDetection
34 std::string DOTGraphTraits<ScopDetection *>::getEdgeAttributes( in getEdgeAttributes()
36 ScopDetection *SD) { in getEdgeAttributes()
62 DOTGraphTraits<ScopDetection *>::escapeString(llvm::StringRef String) { in escapeString()
74 void DOTGraphTraits<ScopDetection *>::printRegionCluster(ScopDetection *SD, in printRegionCluster()
128 void DOTGraphTraits<ScopDetection *>::addCustomGraphFeatures( in addCustomGraphFeatures()
129 ScopDetection *SD, GraphWriter<ScopDetection *> &GW) { in addCustomGraphFeatures()
138 static ScopDetection *getGraph(ScopDetectionWrapperPass *Analysis) { in getGraph()
145 ScopDetection *,
150 ScopDetection *, in ScopViewerWrapperPass()
168 ScopDetection *,
173 ScopDetection *, in ScopOnlyViewerWrapperPass()
181 ScopDetection *,
186 ScopDetection *, in ScopPrinterWrapperPass()
194 ScopDetection *,
199 ScopDetection *, in ScopOnlyPrinterWrapperPass()
235 bool ScopViewer::processFunction(Function &F, const ScopDetection &SD) { in processFunction()