Home
last modified time | relevance | path

Searched refs:buildEdges (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DCFGMST.h84 void buildEdges() { in buildEdges() function
209 buildEdges(); in F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DCFGMST.h98 void buildEdges() { in buildEdges() function
278 buildEdges(); in F()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DCFGMST.h100 void buildEdges() { in buildEdges() function
290 buildEdges(); in F()
/external/skia/src/core/
DSkEdgeBuilder.h20 int buildEdges(const SkPath& path,
DSkEdgeBuilder.cpp363 int SkEdgeBuilder::buildEdges(const SkPath& path, in buildEdges() function in SkEdgeBuilder
DSkScan_Path.cpp406 int count = builder.buildEdges(path, pathContainedInClip ? nullptr : &shiftedClip); in sk_fill_path()
DSkScan_AAAPath.cpp1852 int count = builder.buildEdges(path, pathContainedInClip ? nullptr : &clipRect); in aaa_fill_path()
/external/skqp/src/core/
DSkEdgeBuilder.h20 int buildEdges(const SkPath& path,
DSkScan_DAAPath.cpp166 int count = builder.buildEdges(path, pathContainedInClip ? nullptr : &clipBounds); in gen_alpha_deltas()
DSkEdgeBuilder.cpp460 int SkEdgeBuilder::buildEdges(const SkPath& path, in buildEdges() function in SkEdgeBuilder
DSkScan_Path.cpp407 int count = builder.buildEdges(path, pathContainedInClip ? nullptr : &shiftedClip); in sk_fill_path()
DSkScan_AAAPath.cpp1598 int count = builder.buildEdges(path, pathContainedInClip ? nullptr : &clipRect); in aaa_fill_path()
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp127 void buildEdges(Function &F);
920 void SampleProfileLoader::buildEdges(Function &F) { in buildEdges() function in SampleProfileLoader
976 buildEdges(F); in propagateWeights()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp353 void buildEdges(Function &F);
1417 void SampleProfileLoader::buildEdges(Function &F) { in buildEdges() function in SampleProfileLoader
1493 buildEdges(F); in propagateWeights()
/external/llvm-project/llvm/lib/Transforms/IPO/
DSampleProfile.cpp368 void buildEdges(Function &F);
1479 void SampleProfileLoader::buildEdges(Function &F) { in buildEdges() function in SampleProfileLoader
1555 buildEdges(F); in propagateWeights()
/external/skia/src/gpu/
DGrTriangulator.h166 void buildEdges(VertexList* contours, int contourCnt, VertexList* mesh,
DGrTriangulator.cpp1063 void GrTriangulator::buildEdges(VertexList* contours, int contourCnt, VertexList* mesh, in buildEdges() function in GrTriangulator
1384 this->buildEdges(contours, contourCnt, mesh, c); in contoursToMesh()