OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MultipleRoots
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
GenericDomTreeConstruction.h
155
bool
MultipleRoots
= (DT.Roots.size() > 1);
156
if (
MultipleRoots
) {
173
MultipleRoots
|= (DT.isPostDominator() && N != GraphTraits<FuncT*>::size(&F));
251
typename GraphT::NodeType* Root = !
MultipleRoots
? DT.Roots[0] : nullptr;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DominatorInternals.h
156
bool
MultipleRoots
= (DT.Roots.size() > 1);
157
if (
MultipleRoots
) {
174
MultipleRoots
|= (DT.isPostDominator() && N != F.size());
252
typename GraphT::NodeType* Root = !
MultipleRoots
? DT.Roots[0] : 0;
Completed in 1248 milliseconds