Searched refs:NumDeps (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp216 unsigned NumDeps = Record[Idx++]; local
219 Record.begin() + Idx + NumDeps);
220 Idx += NumDeps;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp988 unsigned NumDeps = Deps.size(); local
989 for (unsigned i = 0, e = NumDeps; i != e; ++i) {
1022 assert(NumDeps == ValuesPerBlock.size() + UnavailableBlocks.size() &&
1325 unsigned NumDeps = Deps.size(); local
1326 if (NumDeps > MaxNumDeps)
1331 if (NumDeps == 1 &&

Completed in 197 milliseconds