Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DRegionPass.cpp87 CurrentRegion->getNameStr()); in runOnFunction()
104 CurrentRegion->getNameStr()); in runOnFunction()
127 "<deleted>" : CurrentRegion->getNameStr(), in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp476 OS << RI.R->getNameStr(); in print()
484 OS << "], Parent " << RegInfos[0].R->getParent()->getNameStr(); in print()
999 CHR_DEBUG(dbgs() << "findScopes " << R->getNameStr() << "\n"); in findScopes()
1008 CHR_DEBUG(dbgs() << "Looking at subregion " << SubR.get()->getNameStr() in findScopes()
1186 << RI.R->getNameStr() << "\n"); in splitScope()
1214 << RI.R->getNameStr() << "\n"); in splitScope()
1291 dbgs() << R->getNameStr() << ", "; in classifyBiasedScopes()
1296 dbgs() << R->getNameStr() << ", "; in classifyBiasedScopes()
1381 dbgs() << "Region " << R->getNameStr() << "\n"; in setCHRRegions()
1388 dbgs() << RI.R->getNameStr() << "\n"; in setCHRRegions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DRegionInfoImpl.h230 std::string RegionBase<Tr>::getNameStr() const { in getNameStr() function
493 OS.indent(level * 2) << '[' << level << "] " << getNameStr(); in print()
495 OS.indent(level * 2) << getNameStr(); in print()
DRegionInfo.h424 std::string getNameStr() const;
1021 return OS << Node.template getNodeAs<RegionT>()->getNameStr();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h1337 StringRef getNameStr() const { in getNameStr() function