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/libchrome/base/trace_event/
heap_profiler_stack_frame_deduplicator_unittest.cc
52
TEST(StackFrameDeduplicatorTest,
MultipleRoots
) {
Completed in 60 milliseconds