Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c159 int depth1, depth2; in xmlXPathCmpNodesExt() local
371 for (depth2 = 0, cur = node2; cur->parent != NULL; cur = cur->parent) { in xmlXPathCmpNodesExt()
374 depth2++; in xmlXPathCmpNodesExt()
391 while (depth1 > depth2) { in xmlXPathCmpNodesExt()
395 while (depth2 > depth1) { in xmlXPathCmpNodesExt()
396 depth2--; in xmlXPathCmpNodesExt()
3274 int depth1, depth2; in xmlXPathCmpNodes() local
3343 for (depth2 = 0, cur = node2;cur->parent != NULL;cur = cur->parent) { in xmlXPathCmpNodes()
3346 depth2++; in xmlXPathCmpNodes()
3363 while (depth1 > depth2) { in xmlXPathCmpNodes()
[all …]
/external/llvm/test/CodeGen/X86/
Dragreedy-hoist-spill.ll185 …; spill is hoisted here. Although loop depth1 is even hotter than loop depth2, do.body479.preheade…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dragreedy-hoist-spill.ll181 …; spill is hoisted here. Although loop depth1 is even hotter than loop depth2, sw.bb474 is still c…