Home
last modified time | relevance | path

Searched refs:getSD (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/polly/lib/Analysis/
DScopGraphPrinter.cpp53 return GraphTraits<ScopDetection *>::getEntryNode(&P->getSD()); in getEntryNode()
94 auto *SD = &P->getSD(); in getEdgeAttributes()
121 P->getSD().getRI()->getTopLevelRegion())); in getNodeLabel()
194 printRegionCluster(&SD->getSD(), SD->getSD().getRI()->getTopLevelRegion(), in addCustomGraphFeatures()
213 return std::distance(SD.getSD().begin(), SD.getSD().end()) > 0; in processFunction()
DScopInfo.cpp2676 auto &SD = getAnalysis<ScopDetectionWrapperPass>().getSD(); in runOnRegion()
2817 auto &SD = getAnalysis<ScopDetectionWrapperPass>().getSD(); in runOnFunction()
/external/llvm-project/polly/include/polly/
DScopDetection.h642 ScopDetection &getSD() { return *Result; } in getSD() function
643 const ScopDetection &getSD() const { return *Result; } in getSD() function
/external/llvm-project/openmp/runtime/src/
Dkmp_stats.h420 double getSD() const { return sqrt(m2 / sampleCount); } in getSD() function
Dkmp_stats.cpp152 result = result + std::string(", ") + formatSI(getSD(), 9, unit); in format()