Home
last modified time | relevance | path

Searched refs:InitNode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/zlib/pigz/dist/zopfli/
H A Dkatajainen.c54 static void InitNode(size_t weight, int count, Node* tail, Node* node) { in InitNode() function
123 InitNode(leaves[lastcount].weight, lastcount + 1, 0, newchain); in BoundaryPM()
128 InitNode(leaves[lastcount].weight, lastcount + 1, oldchain->tail, in BoundaryPM()
131 InitNode(sum, lastcount, lists[index - 1][1], newchain); in BoundaryPM()
150 InitNode(leaves[0].weight, 1, 0, node0); in InitLists()
151 InitNode(leaves[1].weight, 2, 0, node1); in InitLists()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMustExecute.cpp545 if (const auto *InitNode = PDT->getNode(InitBB)) in findForwardJoinPoint() local
546 if (const auto *IDomNode = InitNode->getIDom()) in findForwardJoinPoint()
649 if (const auto *InitNode = DT->getNode(InitBB)) in findBackwardJoinPoint() local
650 if (const auto *IDomNode = InitNode->getIDom()) in findBackwardJoinPoint()