OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVirtualRoot
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachinePostDominators.h
73
bool
isVirtualRoot
(const MachineDomTreeNode *Node) const {
74
return PDT->
isVirtualRoot
(Node);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachinePostDominators.cpp
60
if (PDT->
isVirtualRoot
(PDT->getNode(NCD)))
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTreeConstruction.h
687
if (!DT.
isVirtualRoot
(To->getIDom())) return false;
1274
if (DT.
isVirtualRoot
(TN)) continue;
GenericDomTree.h
505
bool
isVirtualRoot
(const DomTreeNodeBase<NodeT> *A) const {
Completed in 72 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026