OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addNewBlock
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineDominators.h
168
///
addNewBlock
- Add a new node to the dominator tree information. This
171
MachineDomTreeNode *
addNewBlock
(MachineBasicBlock *BB,
174
return DT->
addNewBlock
(BB, DomBB);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveVariables.cpp
754
///
addNewBlock
- Add a new basic block BB as an empty succcessor to DomBB. All
757
void LiveVariables::
addNewBlock
(MachineBasicBlock *BB,
803
///
addNewBlock
- Add a new basic block BB as an empty succcessor to DomBB. All
807
void LiveVariables::
addNewBlock
(MachineBasicBlock *BB,
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTree.h
619
DomTreeNodeBase<NodeT> *
addNewBlock
(NodeT *BB, NodeT *DomBB) {
875
DomTreeNodeBase<NodeT> *NewBBNode =
addNewBlock
(NewBB, NewBBIDom);
Completed in 26 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026