Home
last modified time | relevance | path

Searched refs:root_size (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h132 assert(DT.root_size() == 1 && in analyze()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp192 if (PDT.root_size() <= 1) in runOnFunction()
/freebsd-13.1/sys/fs/cd9660/
H A Diso.h248 int root_size; member
H A Dcd9660_vfsops.c366 isomp->root_size = isonum_733 (rootp->size);
467 isomp->root_size = isonum_733 (rootp->size);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h302 size_t root_size() const { return Roots.size(); }