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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h12 /// Semi-NCA algorithm described in this dissertation:
18 /// Semi-NCA algorithm runs in O(n^2) worst-case time but usually slightly
63 // Information record used by Semi-NCA during tree construction.
67 unsigned Semi = 0; member in struct:llvm::DomTreeBuilder::SemiNCAInfo::InfoRec
192 BBInfo.DFSNum = BBInfo.Semi = BBInfo.Label = ++LastNum;
238 // (Semi) in its path from V (included) to NodeToInfo[V].Parent (excluded).
254 // Label if any of its ancestors (PInfo->Label) has a smaller Semi.
261 if (PLabelInfo->Semi < VLabelInfo->Semi)
289 WInfo.Semi
[all...]

Completed in 46 milliseconds