OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eraseNode
(Results
1 - 12
of
12
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineDominators.h
195
///
eraseNode
- Removes a node from the dominator tree. Block must not
198
inline void
eraseNode
(MachineBasicBlock *BB) {
200
DT->
eraseNode
(BB);
/external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp
142
if (MDT && MDT->getNode(BB)) MDT->
eraseNode
(BB);
EarlyIfConversion.cpp
651
DomTree->
eraseNode
(Removed[i]);
/external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp
224
DT.
eraseNode
(*LI);
LoopRotation.cpp
525
DT->
eraseNode
(Latch);
/external/llvm/include/llvm/ADT/
IntervalMap.h
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp
795
DomTree->
eraseNode
(RemovedMBB);
/external/llvm/include/llvm/Support/
GenericDomTree.h
581
///
eraseNode
- Removes a node from the dominator tree. Block must not
584
void
eraseNode
(NodeT *BB) {
/external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp
[
all
...]
/external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp
173
DT->
eraseNode
(BB);
[
all
...]
LoopSimplify.cpp
692
DT->
eraseNode
(ExitingBlock);
[
all
...]
Local.cpp
592
DT->
eraseNode
(PredBB);
[
all
...]
Completed in 337 milliseconds