OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDominee
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Analysis/
DominanceFrontier.cpp
79
DomTreeNode *
IDominee
= *NI;
80
BasicBlock *childBB =
IDominee
->getBlock();
83
IDominee
, currentNode));
/external/llvm/include/llvm/Analysis/
DominanceFrontierImpl.h
193
DomTreeNodeT *
IDominee
= *NI;
194
BlockT *childBB =
IDominee
->getBlock();
197
childBB, currentBB,
IDominee
, currentNode));
Completed in 60 milliseconds