Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h1171 const size_t NumLegalized = BUI.Updates.size(); in ApplyUpdates() local
1172 BUI.FutureSuccessors.reserve(NumLegalized); in ApplyUpdates()
1173 BUI.FuturePredecessors.reserve(NumLegalized); in ApplyUpdates()
1183 LLVM_DEBUG(dbgs() << "About to apply " << NumLegalized << " updates\n"); in ApplyUpdates()
1184 LLVM_DEBUG(if (NumLegalized < 32) for (const auto &U in ApplyUpdates()
1198 if (NumLegalized > DT.DomTreeNodes.size()) in ApplyUpdates()
1200 } else if (NumLegalized > DT.DomTreeNodes.size() / 40) in ApplyUpdates()
1206 for (size_t i = 0; i < NumLegalized && !BUI.IsRecalculated; ++i) in ApplyUpdates()