Home
last modified time | relevance | path

Searched refs:traverseFunc (Results 1 – 3 of 3) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/test/mjsunit/tools/
H A Dprofile.mjs51 function countNodes(profile, traverseFunc) { argument
53 traverseFunc.call(profile, function () { count++; });
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DFlowGraph.h555 void traverseFunc(FuncInfo* func, unsigned *ptr);
H A DFlowGraph.cpp4232 void FlowGraph::traverseFunc(FuncInfo* func, unsigned *ptr) in traverseFunc() function in FlowGraph
4240 traverseFunc(callee, ptr); in traverseFunc()
4255 traverseFunc(kernelInfo, &visitID); in topologicalSortCallGraph()