Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h155 bool MultipleRoots = (DT.Roots.size() > 1); in Calculate() local
156 if (MultipleRoots) { in Calculate()
173 MultipleRoots |= (DT.isPostDominator() && N != GraphTraits<FuncT*>::size(&F)); in Calculate()
251 typename GraphT::NodeType* Root = !MultipleRoots ? DT.Roots[0] : nullptr; in Calculate()
/external/llvm-project/compiler-rt/lib/xray/tests/unit/
Dfunction_call_trie_test.cpp108 TEST(FunctionCallTrieTest, MultipleRoots) { in TEST() argument