Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1173 const size_t NumLegalized = BUI.Updates.size(); in ApplyUpdates() local
1174 BUI.FutureSuccessors.reserve(NumLegalized); in ApplyUpdates()
1175 BUI.FuturePredecessors.reserve(NumLegalized); in ApplyUpdates()
1185 LLVM_DEBUG(dbgs() << "About to apply " << NumLegalized << " updates\n"); in ApplyUpdates()
1186 LLVM_DEBUG(if (NumLegalized < 32) for (const auto &U in ApplyUpdates()
1203 if (NumLegalized > DT.DomTreeNodes.size()) in ApplyUpdates()
1205 } else if (NumLegalized > DT.DomTreeNodes.size() / 40) in ApplyUpdates()
1211 for (size_t i = 0; i < NumLegalized && !BUI.IsRecalculated; ++i) in ApplyUpdates()
1600 const size_t NumLegalized = BUI.Updates.size(); in CalculateWithUpdates() local
1601 BUI.FutureSuccessors.reserve(NumLegalized); in CalculateWithUpdates()
[all …]