HomeSort by relevance Sort by last modified time
    Searched refs:eraseNode (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 147 /// eraseNode - Removes a node from the dominator tree. Block must not
150 inline void eraseNode(MachineBasicBlock *BB) {
151 DT->eraseNode(BB);
  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 149 if (MDT && MDT->getNode(BB)) MDT->eraseNode(BB);
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 216 DT.eraseNode(*LI);
CodeGenPrepare.cpp 339 DT->eraseNode(BB);
    [all...]
  /external/llvm/include/llvm/Analysis/
Dominators.h 508 /// eraseNode - Removes a node from the dominator tree. Block must not
511 void eraseNode(NodeT *BB) {
804 /// eraseNode - Removes a node from the dominator tree. Block must not
807 inline void eraseNode(BasicBlock *BB) {
808 DT->eraseNode(BB);
  /external/llvm/include/llvm/ADT/
IntervalMap.h     [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 177 DT->eraseNode(BB);
LoopSimplify.cpp 339 DT->eraseNode(ExitingBlock);
Local.cpp 453 DT->eraseNode(PredBB);
    [all...]

Completed in 136 milliseconds