OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:properlyDominates
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachinePostDominators.h
63
bool
properlyDominates
(const MachineDomTreeNode *A,
65
return PDT->
properlyDominates
(A, B);
68
bool
properlyDominates
(const MachineBasicBlock *A,
70
return PDT->
properlyDominates
(A, B);
MachineDominators.h
135
bool
properlyDominates
(const MachineDomTreeNode *A,
138
return DT->
properlyDominates
(A, B);
141
bool
properlyDominates
(const MachineBasicBlock *A,
144
return DT->
properlyDominates
(A, B);
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
Dominators.h
143
bool
properlyDominates
(const CFGBlock *A, const CFGBlock *B) const {
144
return DT.
properlyDominates
(A, B);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTree.h
389
///
properlyDominates
- Returns true iff A dominates B and A != B.
392
bool
properlyDominates
(const DomTreeNodeBase<NodeT> *A,
401
bool
properlyDominates
(const NodeT *A, const NodeT *B) const;
935
bool DominatorTreeBase<NodeT, IsPostDom>::
properlyDominates
(
Completed in 34 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026