OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DominatorTreeBase
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
Dominators.cpp
67
template class llvm::
DominatorTreeBase
<BasicBlock, false>; // DomTreeBase
68
template class llvm::
DominatorTreeBase
<BasicBlock, true>; // PostDomTreeBase
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTree.h
45
class
DominatorTreeBase
;
55
friend class
DominatorTreeBase
<NodeT, false>;
56
friend class
DominatorTreeBase
<NodeT, true>;
57
friend struct DomTreeBuilder::SemiNCAInfo<
DominatorTreeBase
<NodeT, false>>;
58
friend struct DomTreeBuilder::SemiNCAInfo<
DominatorTreeBase
<NodeT, true>>;
228
class
DominatorTreeBase
{
231
"Currently
DominatorTreeBase
supports only pointer nodes");
260
friend struct DomTreeBuilder::SemiNCAInfo<
DominatorTreeBase
>;
263
DominatorTreeBase
() {}
265
DominatorTreeBase
(DominatorTreeBase &&Arg
[
all
...]
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026