OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MultipleRoots
(Results
1 - 9
of
9
) 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;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GenericDomTreeConstruction.h
150
bool
MultipleRoots
= (DT.Roots.size() > 1);
151
if (
MultipleRoots
) {
171
MultipleRoots
|= (DT.isPostDominator() && N != GraphTraits<FuncT*>::size(&F));
243
typename GraphT::NodeRef Root = !
MultipleRoots
? DT.Roots[0] : nullptr;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GenericDomTreeConstruction.h
150
bool
MultipleRoots
= (DT.Roots.size() > 1);
151
if (
MultipleRoots
) {
171
MultipleRoots
|= (DT.isPostDominator() && N != GraphTraits<FuncT*>::size(&F));
243
typename GraphT::NodeRef Root = !
MultipleRoots
? DT.Roots[0] : nullptr;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GenericDomTreeConstruction.h
150
bool
MultipleRoots
= (DT.Roots.size() > 1);
151
if (
MultipleRoots
) {
171
MultipleRoots
|= (DT.isPostDominator() && N != GraphTraits<FuncT*>::size(&F));
243
typename GraphT::NodeRef Root = !
MultipleRoots
? DT.Roots[0] : nullptr;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GenericDomTreeConstruction.h
150
bool
MultipleRoots
= (DT.Roots.size() > 1);
151
if (
MultipleRoots
) {
171
MultipleRoots
|= (DT.isPostDominator() && N != GraphTraits<FuncT*>::size(&F));
243
typename GraphT::NodeRef Root = !
MultipleRoots
? DT.Roots[0] : nullptr;
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GenericDomTreeConstruction.h
150
bool
MultipleRoots
= (DT.Roots.size() > 1);
151
if (
MultipleRoots
) {
171
MultipleRoots
|= (DT.isPostDominator() && N != GraphTraits<FuncT*>::size(&F));
243
typename GraphT::NodeRef Root = !
MultipleRoots
? DT.Roots[0] : nullptr;
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GenericDomTreeConstruction.h
150
bool
MultipleRoots
= (DT.Roots.size() > 1);
151
if (
MultipleRoots
) {
171
MultipleRoots
|= (DT.isPostDominator() && N != GraphTraits<FuncT*>::size(&F));
243
typename GraphT::NodeRef Root = !
MultipleRoots
? DT.Roots[0] : nullptr;
/external/libchrome/base/trace_event/
heap_profiler_stack_frame_deduplicator_unittest.cc
82
TEST(StackFrameDeduplicatorTest,
MultipleRoots
) {
Completed in 156 milliseconds