Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DCFGMST.h84 void buildEdges() { in buildEdges() function
209 buildEdges(); in F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DCFGMST.h99 void buildEdges() { in buildEdges() function
280 buildEdges(); in F()
/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/skia/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-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp223 void buildEdges(Function &F);
1149 void SampleProfileLoader::buildEdges(Function &F) { in buildEdges() function in SampleProfileLoader
1231 buildEdges(F); in propagateWeights()